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

Adds README

parent ed23515f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
# Hydra tutorial
This repository contains a very simple network training using pytorch lightning flash.
The configuration management is done using Hydra (https://hydra.cc/), as the goal
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 :
```
poetry install
```
## Running
Once the project has been installed, you can run it with the following command:
```
poetry run flashtrain
```
You can, for example, change the learning rate using :
```
poetry run flashtrain model.learning_rate=1e-2
```
\ No newline at end of file
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