We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran into dependencies issues with the Theano backend. Since Theano is no longer developed, I chose to go with tensorflow. It was quite simple (edit the keras.json file to replace theano by tensorflow). But the latest version of tensorflow-gpu available through pip requires cuDNN 6.0. I had to manually switch (see https://stackoverflow.com/questions/38137828/how-do-i-update-cudnn-to-a-newer-version). Why not update the tar.gz on http://files.fast.ai/files/cudnn.tgz? No changes needed to https://github.com/fastai/courses/blob/master/setup/install-gpu.sh in this case.
The text was updated successfully, but these errors were encountered:
Requested a pull update here: #189
Sorry, something went wrong.
Merge pull request fastai#188 from tommyschaefer/master
0d7a979
Change references of RandomFlipXY to RandomFlip
No branches or pull requests
I ran into dependencies issues with the Theano backend. Since Theano is no longer developed, I chose to go with tensorflow. It was quite simple (edit the keras.json file to replace theano by tensorflow). But the latest version of tensorflow-gpu available through pip requires cuDNN 6.0. I had to manually switch (see https://stackoverflow.com/questions/38137828/how-do-i-update-cudnn-to-a-newer-version). Why not update the tar.gz on http://files.fast.ai/files/cudnn.tgz? No changes needed to https://github.com/fastai/courses/blob/master/setup/install-gpu.sh in this case.
The text was updated successfully, but these errors were encountered: