caffe Aborted ** using GNU date ** core dumped 解决方法

       caffe生成HDF5数据,训练时会出现Aborted ** using GNU date ** core dumped的错误。原因是单个hdf5文件的大小超过了2G. 需要减少单个hdf5文件中包含的图片数据个数,重新生成hdf5文件。

你可能感兴趣的:(Deep,Learning,小技巧)