[66af30]: / environment.yml

Download this file

21 lines (20 with data), 350 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
name: EEGToText
channels:
- pytorch
- anaconda
- conda-forge
- huggingface
dependencies:
- pytorch=1.9.0
- torchaudio=0.9.0
- cudatoolkit=11.1
- scipy=1.6.2
- h5py=2.10.0
- tqdm=4.62.0
- matplotlib=3.3.2
- transformers=4.6.1
- nltk=3.5
- pip=21.0.1
- pip:
- fuzzy-match==0.0.1
- rouge==1.0.0