ML-examples icon indicating copy to clipboard operation
ML-examples copied to clipboard

Floating point exception (core dumped)

Open albydnc opened this issue 6 years ago • 1 comments

python nn_quantizer.py --model model-conv.prototxt --weights _iter_1000.caffemodel --save model-conv.pkl --iterations 20

Throws me this error:

W0425 07:42:26.264839  1034 _caffe.cpp:172] DEPRECATION WARNING - deprecated use of Python interface
W0425 07:42:26.264870  1034 _caffe.cpp:173] Use this instead (with the named "weights" parameter):
W0425 07:42:26.264874  1034 _caffe.cpp:175] Net('model-conv.prototxt', 1, weights='_iter_1000.caffemodel')
I0425 07:42:26.267058  1034 gpu_memory.cpp:82] GPUMemory::Manager initialized
I0425 07:42:26.518502  1034 net.cpp:462] The NetState phase (1) differed from the phase (0) specified by a rule in layer data
Floating point exception (core dumped)

albydnc avatar Apr 25 '19 07:04 albydnc

same issue

ZongqiangZhang avatar Jun 28 '20 12:06 ZongqiangZhang