generated from ashleve/lightning-hydra-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
55 lines (50 loc) · 1.45 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
50
51
52
53
54
55
# --------- machine-learning --------- #
mamba install pytorch-lightning>=1.5.0
mamba install torchmetrics>=0.6.0
mamba install einops
mamba install scipy
mamba install imutils
mamba install ftfy
trasnformers
git+https://github.com/openai/CLIP.git@main
mamba install cryptography
mamba install google-api-python-client
mamba install google-cloud-storage
git+https://github.com/AntreasAntoniou/GATE.git@core_image_classification_datasets
# --------- hydra --------- #
mamba install hydra-core
hydra-colorlog==1.1.0
hydra-optuna-sweeper==1.1.0
nvidia-ml-py3
# hydra-ax-sweeper
# hydra-ray-launcher
# hydra-submitit-launcher
# --------- loggers --------- #
mamba install wandb
# neptune-client
# mlflow
# comet-ml
# torch_tb_profiler
# --------- linters --------- #
pre-commit # hooks for applying linters on commit
black # code formatting
isort # import sorting
flake8 # code analysis
pip install jsonlint # json linting
yamllint # yaml linting
# --------- 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
scikit-learn # used in some callbacks
seaborn # used in some callbacks
jupyterlab # better jupyter notebooks
pudb # debugger
regex
tqdm
pip install testresources
orjson
# --------scaling up on the cloud ----------#
pip install ray
GPUtil