Skip to content

Commit

Permalink
Merge pull request #11 from renan-siqueira/develop
Browse files Browse the repository at this point in the history
Merge develop into main
  • Loading branch information
renan-siqueira authored Oct 13, 2023
2 parents 6633892 + 69dac33 commit 7ebf396
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ This project aims to provide a foundational structure to understand, train, and

## Features

- Train an autoencoder on your dataset of images.
- Train various autoencoder architectures: standard, convolutional, variational, and convolutional variational autoencoder on your dataset of images.
- Visualize the reconstructions of the autoencoder.
- Evaluate the model on a separate validation set.
- Save and load model functionality.
- Checkpointing: Ability to save and resume training from checkpoints.
- Save and load trained model weights.
- Utilize custom datasets by simply pointing to your directory.

## Getting Started

Expand Down Expand Up @@ -44,4 +46,4 @@ pip install -r requirements.txt
python run.py
```

By default, this will train a new model. If you wish to use a pre-trained model, modify the main method in run.py.
By default, this will train a new model. If you wish to use a pre-trained model, modify the `main` method in `run.py`.

0 comments on commit 7ebf396

Please sign in to comment.