[Caffe]:关于*** Aborted at 1479432790 (unix time) try date -d @1479432790 错误的另一种原因
生活随笔
收集整理的這篇文章主要介紹了
[Caffe]:关于*** Aborted at 1479432790 (unix time) try date -d @1479432790 错误的另一种原因
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
轉自:http://blog.csdn.net/cham_3/article/details/53213033
這兩天在caffe跑網絡,原本的lr_policy:”fixed”,后面更改了策略,使用lr_policy:”step”。但是卻出現了如下錯誤:
*** Aborted at 1479432790 (unix time) try "date -d @1479432790" if you are using GNU date *** PC: @ 0x7fe47645db63 caffe::SGDSolver<>::GetLearningRate() *** SIGFPE (@0x7fe47645db63) received by PID 13998 (TID 0x7fe476dca780) from PID 1984289635; stack trace: ***@ 0x7fe47582c2f0 (unknown)@ 0x7fe47645db63 caffe::SGDSolver<>::GetLearningRate()@ 0x7fe47645dd72 caffe::SGDSolver<>::ApplyUpdate()@ 0x7fe47646949f caffe::Solver<>::Step()@ 0x7fe47646981f caffe::Solver<>::Solve()@ 0x407471 train()@ 0x404bcb main@ 0x7fe475817a40 (unknown)@ 0x405219 _start@ 0x0 (unknown) Floating point exception (core dumped)博主找了網上好多答案,都與自己的情況不符(每次遇到都是別人沒遇到的也是醉了)。花了兩天時間,不斷地重新make clean ;make all都沒有解決。后來回頭去看改過的地方,發現居然是少加了stepsize:10000。由于未指定stepsize導致計算learning rate時浮點數格式異常。
只能說自己太粗心了,吃一塹長一智,以后得多注意。
總結
以上是生活随笔為你收集整理的[Caffe]:关于*** Aborted at 1479432790 (unix time) try date -d @1479432790 错误的另一种原因的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 论文阅读:Joint Learning
- 下一篇: ImportError cannot i