Skip to content

Instantly share code, notes, and snippets.

@ken-matsui
Last active December 21, 2018 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ken-matsui/3a73adbdb905b808ae6ed489ec24fb89 to your computer and use it in GitHub Desktop.
Save ken-matsui/3a73adbdb905b808ae6ed489ec24fb89 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -fsSL https://gist.githubusercontent.com/matken11235/792a0945ee3c8863cd9f8b9753a6863f/raw/2f14e71803080e4f7c72d6e32bf99e40a498409f/ubuntu-16.04-cuda-9.0.sh | bash
sudo apt-get install -y python3-venv
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install keras tensorflow-gpu==1.9.0 pillow
# tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
# -> tensorflow-gpu==1.9.0
@ken-matsui
Copy link
Author

ken-matsui commented Dec 4, 2018

curl -fsSL https://gist.githubusercontent.com/matken11235/3a73adbdb905b808ae6ed489ec24fb89/raw/efaf3d9b312f1ff8b4e2231ccc26c8141ac8ef5a/matken-ml-happy-set.sh | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment