Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsDem committed Dec 4, 2024
1 parent 80dc395 commit 72c82e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ We are currently working on a real-time implementation of this model called AFTE


## Model training

Prior to training, install the required dependancies using :

```bash
pip install -r "requirements.txt"
```

Training the model requires three steps : processing the dataset, training an autoencoder, then training the diffusion model.

### Dataset preparation
Expand Down

0 comments on commit 72c82e6

Please sign in to comment.