-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noob Question: How do I use this with my own files? #11
Comments
Hello Hmmm, that should work indeed. Are you really sure the folder is not there? Can you please post the output of: cd /
ls
cd data2 Also you probably want to mount it at |
Thank you! You're right, it was there - I was looking for it inside the torch-rnn folder. |
Another noob question: How do we save the output files to our own filesystem? |
@amirkhanaursrk If they are in the location of the folder you mounted when you stop the docker container they should still be there. For example if you mount the folder
all the files placed in the folder |
Thank you! That sure does work! |
One last noob question - how should one go about sampling in a detached setting with docker? When I sample directly from a shell in the container, there is no issue. |
Hi,
I'm using the Docker file and it works great with the example shakespeare text.
I'm trying to run:
docker run -it -v ~/data2:/data2 crisbal/torch-rnn:base bash
to mount my data folder and use it, but it doesn't show up. It works for other docker files, so are there any permissions I need to change? Or is there another way I can run it using my data?
I'm new to this and appreciate the help. Thank you
The text was updated successfully, but these errors were encountered: