容器中找system路径
Q:
I just followed this post and ran a training example on MNIST data in docker caffe using jupyter notebook. Now say I want to use a customized loss function. I learned that if it's a classically installed caffe, the newly created .hpp file should be put into $CAFFE_PATH/include/caffe/layers/ and .cpp file should be put into $CAFFE_PATH/src/caffe/layers/
However in docker, how to find these directories? (or if there's such concept?)
A:
|
0down voteaccepted |
If you look at the article it says
So this will place the generated files in
This will show you the id of your container. Then get a bash inside it
Once inside you can got to the
Or any folder for that matter and explore the files. |
浙公网安备 33010602011771号