Open nwcora opened 6 years ago
I am sure people have. I have. I think you need to copy the caffe_mods file into your external library for caffe.
file:///home/wq/info/Screenshot%202018-11-23%2011:11:34.png I find the memory_data_layer in /DeepTerrainRL/external/caffe/src/caffe/layers,so what's your mean of copying to the library of caffe,where do i need to move?
I first met some problems when unpressed the external file.i ignored this. finally when i compiled the whole project,i just cant run the training process ,it can initialized and i saw the stage turned to training,but then it stops like this. i find some problems in learning/NeuralNet.cpp file I rewrite the adddata func ,just print something, it output nothing,i dont know what happened , it didnt run the function or there might be some other functions?but i find nothing, just one adddata func in the whole file . so if anybody ever run the training file successfully ,i want to ask for some help.