Created
February 26, 2019 20:23
-
-
Save dblalock/3879864215f811f91b45e9793f516657 to your computer and use it in GitHub Desktop.
Environment config file for Scipy stack + Keras GPU with miniconda. Tested on ubuntu 16.0.4 LTS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tf27 | |
channels: | |
- pytorch | |
- defaults | |
dependencies: | |
- python=2.7 | |
- tensorflow-gpu=1.12.* | |
- keras | |
- numpy | |
- pandas | |
- notebook | |
- numba | |
- pytest | |
- scipy | |
- scikit-learn | |
- joblib | |
- six |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tensorflow-gpu is latest version available for conda (as of 2/2019), which seems to lag behind pypi for unclear reasons.