Skip to content

Instantly share code, notes, and snippets.

@eonu
Last active June 9, 2020 23:21
Show Gist options
  • Select an option

  • Save eonu/edc2c63c310c0af10226d14646bd1a05 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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