Closed pseyfert closed 9 years ago
Apparently, this error is not connected to GPU but rather to the location of your training data. I suspect that the training lmdbs were not successfully generated.
argh, indeed, thanks for the pointer. since there was no error from the preparation script, I asumed it went through fine. I now removed the redirection of the outputs in the script to /dev/null and fight through the erros (the first few were related to my system).
I followed the instructions in README.md to run the example. I downloaded the example data from https://drive.google.com/file/d/0B4IapRTv9pJ1WGZVd1VDMmhwdlE/view?pli=1 and included
CPU_ONLY := 1
in Makefile.config. After executing./examples/adaptation/scripts/prepare_experiments.sh <path>
, I removed the gpu setting from./examples/adaptation/experiments/amazon_to_webcam/scripts/train.sh
and switched tosolver_mode: CPU
inexamples/adaptation/experiments/amazon_ to_webcam/protos/solver.prototxt
. executing the training script, I receive an error message and the program is aborted:(running on debian jessie)