dance-classifier / environment.yml
waidhoferj's picture
updated packages
3b31903
raw
history blame
375 Bytes
name: dancer-net
channels:
- pytorch
- nvidia
- conda-forge
- anaconda
dependencies:
- python=3.10
- pytorch
- torchaudio
- torchvision
- librosa
- numpy
- pandas
- seaborn
- matplotlib
- bs4
- requests
- bidict
- tqdm
- pytorch-lightning
- rich
- scikit-learn
- tensorboard
- transformers
- pip:
- evaluate
- wakepy