Last active
November 16, 2020 02:01
-
-
Save ASRagab/e54c7223ec2aebc3e645c5928e567a6c to your computer and use it in GitHub Desktop.
Fourth Brain Conda Environments
This file contains 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: fourth-brain-tf16 | |
channels: | |
- defaults | |
- conda-forge | |
dependencies: | |
- pip | |
- tensorflow=1.6 | |
- keras=2.2.4 | |
- seaborn | |
- pillow | |
- numpy | |
- graphviz | |
- jupyter | |
- pydot | |
- matplotlib | |
- scikit-learn | |
- tensorboard | |
- pandas | |
- opencv | |
- statsmodels | |
- pip: | |
- imbalanced-learn | |
This file contains 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: fourth-brain-tf2 | |
channels: | |
- defaults | |
- conda-forge | |
dependencies: | |
- pip | |
- tensorflow | |
- seaborn | |
- pillow | |
- numpy | |
- graphviz | |
- jupyter | |
- pydot | |
- matplotlib | |
- scikit-learn | |
- tensorboard | |
- pandas | |
- opencv | |
- statsmodels | |
- pip: | |
- imbalanced-learn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage:
conda env create --file environment-tf16.yml
conda env create --file environment-tf2.yml