Last active
August 29, 2021 11:18
-
-
Save byte-sourcerer/768d00db201cc04bb65ac94b68e755f6 to your computer and use it in GitHub Desktop.
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
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch -y # Linux | |
conda install -c conda-forge tensorflow -y | |
conda install -c conda-forge mypy -y | |
conda install -c anaconda seaborn -y | |
conda install -c anaconda pandas -y | |
conda install -c conda-forge matplotlib -y | |
conda install -c anaconda scikit-learn -y | |
pip install opencv-contrib-python-headless # support opencl instead of using conda, headless for server | |
conda install -c anaconda jupyter -y | |
conda install -c conda-forge pytorch-lightning -y | |
conda install -c anaconda pyyaml -y | |
pip install pyfunctional | |
conda install gitpython -y | |
conda install pillow -y | |
pip install gpustat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment