-
Notifications
You must be signed in to change notification settings - Fork 13
/
requirements.txt
49 lines (43 loc) · 1.26 KB
/
requirements.txt
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
# Note if using Conda it is recommended to install torch separately.
# For most of testing the following commands were run to set up the environment
# This was tested with torch==1.11.0
# conda create -n structure_recovery_gpu python=3.9
# conda activate structure_recovery_gpu
# conda install pytorch=1.11 cudatoolkit=11.1 -c pytorch -c nvidia
# pip install -r requirements.txt
# --------- pytorch --------- #
torch>=1.11.0
torchvision>=0.11.0
pytorch-lightning==1.8.3
torchmetrics==0.11.0
# pytorch-fast-transformers>=0.4.0
# --------- hydra --------- #
hydra-core==1.2.0
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
hydra-submitit-launcher
# --------- loggers --------- #
wandb
# neptune-client
# mlflow
# comet-ml
# tensorboard
# --------- linters --------- #
pre-commit # hooks for applying linters on commit
black # code formatting
isort # import sorting
flake8 # code analysis
nbstripout # remove output from jupyter notebooks
# --------- others --------- #
python-dotenv # loading env variables from .env file
rich # beautiful text formatting in terminal
pytest # tests
# sh # for running bash commands in some tests
pudb # debugger
matplotlib
numpy
sdeint
torchdyn
scipy
pot
scikit-learn