Skip to content

Instantly share code, notes, and snippets.

@cjwcommuny
Last active August 29, 2021 11:18
Show Gist options
  • Save cjwcommuny/768d00db201cc04bb65ac94b68e755f6 to your computer and use it in GitHub Desktop.
Save cjwcommuny/768d00db201cc04bb65ac94b68e755f6 to your computer and use it in GitHub Desktop.
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