-
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
'THCudaCheck FAIL' Using Cuda7.5 Docker Image #1
Comments
I think this is an issue that one needs to report to the main torch-rnn repo (https://github.com/jcjohnson/torch-rnn) and not on this one. First of all, are you for sure running a CUDA video card? |
@crisbal thanks for the heads up--i will post this to the torch-rnn repo instead. For what its worth, i do have a gpu installed:
|
Let me know if in the end it is my fault or their :) One random thought I had: since you have a 1080 maybe it uses some new kind of CUDA that maybe it is not well supported by either nvidia-docker or torch. |
@crisbal it looks like the issue is that a newer version of CUDA is needed: Did you have any plans to make a CUDA8 version of the docker? Thanks for all the work you've done! |
As soon as I get my hands on a Cuda machine and on fast Internet I will. On Tue, Jul 12, 2016, 06:50 spadavec [email protected] wrote:
|
@spadavec I had the same issue and build this today https://hub.docker.com/r/xoryouyou/torch-rnn/ |
I got this error today as I'm using a 1080 and have cuda 8 installed. |
@HandsomeDevilv112 yeah the images it was only tagged as |
@xoryouyou: Cool! Much obliged. That seems to have done the trick. My apologies if there was a way for me to fix that myself and I just didn't catch it. |
@xoryouyou Do you think you can share the Docker file also? I want to have a look on how you build your image.
|
@valentinvieriu sorry I currently don't have access to that machine where I build the torch-rnn but i'll see if I can recreate your issue. |
This is the issue that pops out: as said it fails at the:
section Any help is appreciated. I'm not very familiar with the dependencies, I plan only to use this as a tool. Thank you @xoryouyou |
Ok for future references, this fixed the building issue on ubuntu 16.04
from
I will work on a Docker image and share it with the rest when it's finished |
@valentinvieriu I am currently building with the |
Build on |
After installing the NVIDIA docker image, and loading the Torch RNN docker via:
nvidia-docker run --rm -ti crisbal/torch-rnn:cuda7.5 bash
and preprocessing via
root@3da15ad69af8:~/torch-rnn# python scripts/preprocess.py --input_txt data/library.txt --output_h5 data/library.h5 --output_json data/library.json
Attempting to train the system results in the following:
The text was updated successfully, but these errors were encountered: