Skip to content

Instantly share code, notes, and snippets.

@ASRagab
Last active November 16, 2020 02:01
Show Gist options
  • Save ASRagab/e54c7223ec2aebc3e645c5928e567a6c to your computer and use it in GitHub Desktop.
Save ASRagab/e54c7223ec2aebc3e645c5928e567a6c to your computer and use it in GitHub Desktop.
Fourth Brain Conda Environments
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
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
@ASRagab
Copy link
Author

ASRagab commented Oct 21, 2020

Usage:

conda env create --file environment-tf16.yml
conda env create --file environment-tf2.yml

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