Hello,
I am confused with how to proceed with the lua docker image. I managed to get past an earlier issue with launching the image in a container. However, I am not sure what to run next. The FAQ says that I need to do a git to grab the latest code (http://opennmt.net/FAQ/#how-can-i-use-this-system-with-docker-on-ubuntu).
Am I suppose to build or make the project?
I have ran the scripts in the torch directory, but do I have to? How do I get from the docker ubuntu FAQ instructions:
http://opennmt.net/FAQ/#how-can-i-use-this-system-with-docker-on-ubuntu
… to actually running the preprocessing described in this link:
http://opennmt.net/Guide/#step-1-preprocess-data
th preprocess.lua -train_src data/src-train.txt -train_tgt data/tgt-train.txt -valid_src data/src-val.txt -valid_tgt data/tgt-val.txt -save_data data/demo
Is there a gap in the documentation???
preprocess.lua does not exist anywhere in the /root/torch directory. Either does train.lua. How do I get to this point? Do I actually have to build this from the git repository. I guess I don’t understand why I would use docker here. I thought it was more a self contained instance, kind of like just grabbing a VM and not having to mess around with installation.
Please advise on the next steps. Am I missing some documentation? Am I using docker for the wrong reasons?
Thanks,
Steve