Skip to content

Instantly share code, notes, and snippets.

@eonu
Last active June 9, 2020 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eonu/edc2c63c310c0af10226d14646bd1a05 to your computer and use it in GitHub Desktop.
Save eonu/edc2c63c310c0af10226d14646bd1a05 to your computer and use it in GitHub Desktop.
Basic conda environment for machine learning.
conda create -n ml python=3.7.4 \
tensorflow tensorflow-datasets \
pytorch torchvision cudatoolkit=10.2 \
librosa torchaudio \
numpy scikit-learn scipy pandas \
matplotlib seaborn \
nltk \
pomegranate \
jupyter \
requests \
tqdm \
-c pytorch -c conda-forge
@eonu
Copy link
Author

eonu commented May 21, 2020

Add sequentia and sigment.

@eonu
Copy link
Author

eonu commented May 21, 2020

torchaudio requires sox or soundfile as a back-end.

@eonu
Copy link
Author

eonu commented Jun 9, 2020

Add kaggle.

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