Skip to content
Extraits de code Groupes Projets
Valider 64a4fbe2 rédigé par Victor Joos de ter Beerst's avatar Victor Joos de ter Beerst
Parcourir les fichiers

Adds requirements.txt

parent f325783d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #27834 annulé
......@@ -6,7 +6,9 @@ of this code is to showcase how Hydra can be used.
## Installing
You can install this code with poetry (install poetry at : https://python-poetry.org/docs/#installation) using :
In a separate virtual environement, install using `python -m pip install -r requirements.txt`.
If you're using poetry (https://python-poetry.org/docs/#installation), you can install using :
```
poetry install
......@@ -24,4 +26,4 @@ You can, for example, change the learning rate using :
```
poetry run flashtrain model.learning_rate=1e-2
```
\ No newline at end of file
```
absl-py==1.1.0
aiohttp==3.8.1
aiosignal==1.2.0
antlr4-python3-runtime==4.9.3
async-timeout==4.0.2
attrs==21.4.0
cachetools==5.2.0
certifi==2022.5.18.1
charset-normalizer==2.0.12
click==8.1.3
cloudpickle==2.1.0
docstring-parser==0.14.1
efficientnet-pytorch==0.6.3
frozenlist==1.3.0
fsspec==2022.5.0
google-auth==2.6.6
google-auth-oauthlib==0.4.6
grpcio==1.46.3
hydra-core==1.2.0
hydra-flash==0.1.0
hydra-submitit-launcher==1.2.0
idna==3.3
importlib-metadata==4.11.4
importlib-resources==5.7.1
jsonargparse==4.9.0
kornia==0.6.5
lightning-bolts==0.5.0
lightning-flash==0.7.5
Markdown==3.3.7
multidict==6.0.2
munch==2.5.0
numpy==1.21.1
oauthlib==3.2.0
omegaconf==2.2.2
packaging==21.3
pandas==1.4.2
Pillow==9.1.1
pretrainedmodels==0.7.4
protobuf==3.20.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyDeprecate==0.3.2
pyparsing==3.0.9
pystiche==1.0.1
python-dateutil==2.8.2
pytorch-lightning==1.6.4
pytz==2022.1
PyYAML==6.0
requests==2.27.1
requests-oauthlib==1.3.1
rsa==4.8
segmentation-models-pytorch==0.2.1
six==1.16.0
submitit==1.4.2
tensorboard==2.9.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
timm==0.5.4
torch==1.11.0+cu113
torchaudio==0.11.0+cu113
torchmetrics==0.9.0
torchvision==0.12.0+cu113
tqdm==4.64.0
typing-extensions==4.2.0
urllib3==1.26.9
Werkzeug==2.1.2
yarl==1.7.2
zipp==3.8.0
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter