-
Notifications
You must be signed in to change notification settings - Fork 11
/
odin.yml
50 lines (46 loc) · 963 Bytes
/
odin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# conda env create -f=odin.yml
# conda activate odin
name: odin
channels:
- conda-forge
- rapidsai
- nvidia
- pytorch
- defaults
dependencies:
- python=3.7
- pip>=20.3
- cudatoolkit=11.2
- cudnn=8.1.0
- rapids=21.06
- matplotlib
- ipython
- scikit-learn
- pandas
- seaborn
- tqdm
- dill
# - pytorch=1.9.0
# - torchvision
# - torchaudio
- pip:
- tensorflow==2.5.0
- tensorflow-probability==0.13.0
- tensorflow-datasets
- tensorflow_io
- tensorflow-addons
- transformers
- kaggle
- hydra-core>=1.0.0
- hydra-joblib-launcher>=1.1.0
- bigarray==0.2.1
- numba
- pycrypto
- spacy
- umap-learn
- arviz # bayesian analysis
- statsmodels # hypothesis testing and frequentist statistic analysis
- typeguard>=2.10.0
# - pyro-ppl
# Other helpful library:
# pip install git+https://github.com/DmitryUlyanov/Multicore-TSNE.git