birds-classification / training /environment.yml
jcarnero's picture
improved requirements
96998e8
raw
history blame
339 Bytes
name: fastai
channels:
- pytorch
- nvidia
- conda-forge
- fastchan
- defaults
dependencies:
- python=3.10
- pip
- cudatoolkit=11.7
- pytorch=1.13.1
- torchvision=0.14.1
- pytorch-cuda=11.7
- fastcore=1.5.28
- fastai=2.7.11
- pip:
- ipykernel
- ipywidgets
- timm==0.6.12
- kaggle==1.5.12