Mohanad Kaleia
Mohanad Kaleia
I deleted the file "trainval.txt" and just by then it worked and created a directory under the name of "trainval.txt" !! This is strange, have I did something wrong?
But even though the created lmdb is empty, my mistake because the directory of the training set was wrong in my case, so I fixed it then it went fine,...
Okay, I hard coded the name of the CFG file incorrectly :) But still have a problem with the arguments, I worked around it anyway
Does it affect the model? is it a fatal error?
I got same problem, but no one replied, Have you figured it out?
When I try to run: make -j8 it gives me the following error: `In file included from ./include/caffe/common.hpp:19:0, from ./include/caffe/blob.hpp:8, from ./include/caffe/layers/detection_loss_layer.hpp:6, from src/caffe/layers/detection_loss_layer.cpp:6: ./include/caffe/util/device_alternate.hpp:15:36: error: no ‘void caffe::DetectionLossLayer::Forward_gpu(const std::vector&,...
Yes, I did ``` # CPU-only switch (uncomment to build without GPU support). CPU_ONLY := 1 ``` Do I need to set anything else?
Great, it worked, Thank you, appreciate it