Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

🚨 test(examples): compare training with PyTorch #94

Merged
merged 3 commits into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

## [unreleased]

🚨 **examples**: compare training with PyTorch ([#94](https://github.com/owkin/GrAIdient/pull/94))\
🪜 **layer_2d:** ColorJitterHSV, Image & ImageTests ([#93](https://github.com/owkin/GrAIdient/pull/93))\
🪜 **layer_2d:** Flip2D & config_kernels ([#92](https://github.com/owkin/GrAIdient/pull/92))\
🔨 **layer_2d:** remove computeVQ ([#91](https://github.com/owkin/GrAIdient/pull/91))\
Expand Down
5 changes: 3 additions & 2 deletions Docs/Examples/AutoEncoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ conda env remove --name graiexamples
## Steps

1. Dump the training dataset.
1. Train a simple UNet like auto encoder model on the training dataset.
1. Train a simple StyleGAN like auto encoder model on the training dataset.
1. Train a simple auto encoder model.
1. Train a UNet like auto encoder model.
1. Train a StyleGAN like auto encoder model.
2 changes: 1 addition & 1 deletion Docs/Examples/VisionTransformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ conda env remove --name graiexamples
## Steps

1. Dump the training dataset.
1. Train a simple Vision Transformer model on the training dataset.
1. Train a simple Vision Transformer model.
Loading