File size: 205 Bytes
3133fdb
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Conda environment file
# Usage: `conda env update -f environment.yml`

name: video_classification_example

channels:
  - conda-forge
  - pytorch-nightly

dependencies:
  - pytorch-lightning
  - submitit