dance-classifier / environment.yml
waidhoferj's picture
fixed weighing strategy
a8c0792
raw
history blame contribute delete
No virus
312 Bytes
name: dance-classifier
channels:
- pytorch
- nvidia
- conda-forge
- anaconda
dependencies:
- python=3.10
- pytorch
- torchaudio
- librosa
- numpy
- pandas
- bs4
- requests
- tqdm
- pytorch-lightning
- rich
- scikit-learn
- tensorboard
- transformers
- accelerate
- pytest