要在caffe-opencl 分支上做实验。按照github 上的手册配置,都挺顺利。但是当用nvidia GPU跑的时候出现了一个莫名其妙的错误

在网上查了一下,有说caffe 源码中使用了Unix 时间做shuffle ,解析错误。但是我改了一下代码重新编译,但是错误依旧。

stackoverflow 还有说 log的错误。但是但觉的不靠谱。


# ./tools/caffe time -model ../models/bvlc_alexnet/deploy.prototxt -gpu 0

如果运行demo是选用的是GPU 可能会出现

 *** Aborted at 1494472487 (unix time) try "date -d @1494472487" if you are using GNU date ***

caffe-opencl 调用nvidia 错误 Aborted at 1494472487 (unix time) try "date -d @1494472487" if you are usin

这个问题相当的坑 。其实只是GPU 内存不够的问题,报的错误却是日期问题。只要把deploy文件的测试图片数量减小就可以了。

caffe-opencl 调用nvidia 错误 Aborted at 1494472487 (unix time) try "date -d @1494472487" if you are usin

  把测试图片数量改为1

caffe-opencl 调用nvidia 错误 Aborted at 1494472487 (unix time) try "date -d @1494472487" if you are usin

重新运行  可以了!  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-22
  • 2022-12-23
  • 2021-05-24
  • 2021-07-12
  • 2021-08-24
  • 2021-05-10
相关资源
相似解决方案