Skip to content
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

Theano error while training #2

Open
manishprasadthapliyal opened this issue Sep 25, 2018 · 2 comments
Open

Theano error while training #2

manishprasadthapliyal opened this issue Sep 25, 2018 · 2 comments

Comments

@manishprasadthapliyal
Copy link

manishprasadthapliyal commented Sep 25, 2018

On running the train module from this github repository

import train
train.trainer(list)

While running the above code. we are getting error in Theano. error file has been attached.

[error.txt](https://github.com/jatana-research/email-summarization/files/2414610/error.txt)
error2.txt

@kushalchauhan98
Copy link
Contributor

You told me that you got this error when running the code on CPU here. The code should work fine on CPU. I wouldn't know why is CuDnn is even appearing in the error traceback when using CPU. I cannot reproduce the problem as I am using Ubuntu, and it works fine here. Can you try using
device=gpu
instead of
device=cuda0
in the .theanorc and try running it on GPU again?

@manishprasadthapliyal
Copy link
Author

Below is the .theanorc file we are using.

[global]
device = gpu
floatX = float32

[cuda]
root = /usr/local/cuda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants