我正在尝试使用 dlib
作为python包之一。它已成功安装,但当我打开python shel并键入 import dlib
.. 上面说
Dlib was compiled to use SSE41 instructions, but these aren't available on your machine.
这是一种警告吗?
但是当我检查的时候 dlib.__version__
,我仍然得到结果 '19.21.1'
. 那么忽略这一点可以吗?或者如果这真的是一个错误,有没有办法解决?事实上,我一直在阅读这篇dlib被编译为使用sse41指令,但这些指令在您的机器文章中不可用,tensorflow库被编译为使用sse4.1指令,但这些指令在您的机器上不可用。中止(堆芯转储)
我想确保我需要将我的机器升级到现代版本(如本解决方案中所述)https://stackoverflow.com/a/53950228/13240914)以下是关于cpu的一些信息:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 2
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 15
Model: 6
Model name: Common KVM processor
还有, flag
:
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx lm constant_tsc nopl xtopology eagerfpu pni cx16 x2apic hypervisor lahf_lm
暂无答案!
目前还没有任何答案,快来回答吧!