I am using pycaffe to do a multilabel classification task. When I run solver.slove()
or solver.step(2)
, only one iteration is executed, then the current process is killed somehow. ipython console says the kernel died unexpectedly. No other error information is provided.
Then, I use terminal to run the command "python Test.py", and get the "Floating point exception (core dumped)" information.
Besides, the net.forward() and net.backward() methods are all ok. What is the reason? And how to solve the problem?