ARM-software / ML-examples

Arm Machine Learning tutorials and examples

Home Page:https://developer.arm.com/technologies/machine-learning-on-arm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floating point exception (core dumped)

albydnc opened this issue · 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)

same issue