-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 tests from HardSpatialTransformerLayerTest/1, where TypeParam = caffe::CPUDevice<double>时发生错误 #2
Comments
Yes, as the info said: "Check failed: false Don't use the CPU implementation! If you really want to, delete the CHECK in st_layer.cpp file. Line number: 242-243. De_transform is not supported." The STN layer doesn't support CPU at present, so you can try to make it with GPU. BTW, usually I don't run 'make runtest', so very THANK YOU for telling me the issue about fish-bike,jpg |
Thank you for your advice and I will try it again, ^_^ |
Hello, @Fang-Haoshu
And I didn't find the file " VGG_ILSVRC_16_layers_fc_reduced.caffemodel " on my computer. |
Hi, thanks for your report! For training human detector, you need to download the models & get more details at SSD's official repo:https://github.com/weiliu89/caffe/tree/ssd Best |
Hi, thank you for your advice! Best wishes ! |
It's not a big problem. I will try to figure out why. Before that, you can train with your current setting Best |
should be fixed now |
Hi! I am facing the same problem |
您好,学长:
非常感谢您分享的程序。在Installation步骤中,我按照您所写执行,每当执行make runtest -j8时,总会报这样一个错误:
[----------] 2 tests from HardSpatialTransformerLayerTest/1, where TypeParam = caffe::CPUDevice
[ RUN ] HardSpatialTransformerLayerTest/1.TestGradient
F1217 14:07:56.563449 21562 st_layer.cpp:263] Check failed: false Don't use the CPU implementation! If you really want to, delete the CHECK in st_layer.cpp file. Line number: 242-243. De_transform is not supported.
*** Check failure stack trace: ***
make: *** [runtest] Aborted (core dumped)
我在Makefile.config中仅修改了BLAS := mkl 和 WITH_PYTHON_LAYER := 1。
另外在make runtest开始时会出现找不到fish-bike.jpg的错误信息,我只能从我们服务器的caffe/examples/images中复制这张图片到RMPE/examples/images中。
是不是我某些地方做的不太对?希望您能给予帮助。非常感谢!!
siyilingting
The text was updated successfully, but these errors were encountered: