Oh, why did you set so many source and destination?
According to your folder structure, below is enough.
“source” : “/home/ncp/tao/cv_samples_v1.2.0/classification”,
“destination” : “/home/ncp/tao/cv_samples_v1.2.0/classification”
Then when you login the docker, you can find all the files under folder /home/ncp/tao/cv_samples_v1.2.0/classification
My goodness, I did it exactly 1:1 according to the official documents. I really didn’t understand why the official website gave 3 here. Can you talk about it roughly? Now I can train, thank you for your support
The official user guide is also fine. Because if there are 3 different folders, end user can set 3 “source and destination”. Anyway, it just tells end user the examples how to map the local directories to the docker.
The implication is that if I have three different project directories, I can refer to the tao.json template given by the official website. Just set up a local mapping docker for the current directory.