我正在使用 caffe 来解决回归问题,我想知道如何将lmdb格式用于单个浮点标签。
目前,caffe 仅支持int32
lmdb 数据的类型标签(类型为in label
)。
为了更改此默认行为,我更改了 caffe 中的一些文件,如下所示,但问题仍然存在,并且在转换我的标签后全部为零。Datum
int32
caffe.proto -> line36 : int32 to float
convert_imageset.cpp -> line 75 and 77 : int to float
io.cpp and io.hpp -> all the labels were int , I changed them to float
毕竟我再次编译了 caffe 但它不起作用。
有没有人来解决这个问题。尽快解决它对我来说非常重要。
提前致谢。