VS 2013 上 Windows 的 Caffe 因 leveldbutil 错误而失败
Caffe for Windows on VS 2013 failing with leveldbutil error
我正在尝试编译 运行 cafee 并按照此处找到的说明进行操作:
https://initialneil.wordpress.com/2015/07/15/caffe-vs2013-opencv-in-windows-tutorial-i/
但是当我 运行 它时,例如在 MNIST 示例上:
"bin\caffe.exe" train --solver=examples\mnist\lenet_solver.prototxt
我得到输出:
Usage: leveldbutil command...
dump files... -- dump contents of specified files
我该怎么做才能解决这个问题?
从 https://github.com/BVLC/caffe/tree/windows 中提取解决了问题。
如果您需要帮助,请查看用户组:
https://groups.google.com/forum/#!forum/caffe-users
如果您需要帮助,请查看问题跟踪器:
https://github.com/BVLC/caffe/issues
我正在尝试编译 运行 cafee 并按照此处找到的说明进行操作: https://initialneil.wordpress.com/2015/07/15/caffe-vs2013-opencv-in-windows-tutorial-i/
但是当我 运行 它时,例如在 MNIST 示例上:
"bin\caffe.exe" train --solver=examples\mnist\lenet_solver.prototxt
我得到输出:
Usage: leveldbutil command...
dump files... -- dump contents of specified files
我该怎么做才能解决这个问题?
从 https://github.com/BVLC/caffe/tree/windows 中提取解决了问题。
如果您需要帮助,请查看用户组: https://groups.google.com/forum/#!forum/caffe-users
如果您需要帮助,请查看问题跟踪器: https://github.com/BVLC/caffe/issues