-
Notifications
You must be signed in to change notification settings - Fork 268
First Line Troubleshooting (no conda)
Mikko Kotila edited this page Jan 11, 2019
·
5 revisions
virtualenv -p python3 talos_trouble
source talos_trouble/bin/activate
pip install tensorflow
OR pip install tensorflow-gpu
pip install git+https://github.com/autonomio/talos
pip freeze | grep talos
6. Save the minimal Talos test in a file talos_minimal.py on your present working directory.
python -c "import talos_test; talos_test.minimal();"
NOTE: If you need to perform more elaborate testing, for example regarding outputs, you will have to get inside a python console. For first line troubleshooting, DO NOT use jupyter.