Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

MR for deel-with-augmentation #1

Merged
merged 54 commits into from
Jan 31, 2024
Merged

MR for deel-with-augmentation #1

merged 54 commits into from
Jan 31, 2024

Conversation

XuanMinhVuongNGUYEN
Copy link
Collaborator

The purpose of this MR is to check and fix all errors related to pylint and pytest. Also update documentations for all files. Especially updating all mkdocs files to build website documentations for deel-with-augmentation.

Mkdocs for experiments

We created two files for experiments:

  • Bias_CelebA.ipynb for experiments with CelebA
  • Bias_EuroSAT.ipynb for experiments with EuroSAT

Mkdocs for gan methods

We updated five files for gan methods:

  • cdcgan.md for CDCGAN
  • cgan.md for CGAN
  • dcgan.md for DCGAN
  • cyclegan.md for CycleGAN
  • progan.md for ProGAN

Mkdocs for style transfer methods

We updated five files for style transfer methods:

  • adain.md for AdaIN
  • nnst.md for NNST
  • styleflow.md for Style Flow
  • ccpl.md for CCPL
  • fda.md for FDA

Update

GANs

We updated six files:

  • base.py for base GAN
  • cdcgan.py for CDCGAN
  • cgan.py for CGAN
  • cyclegan.py for CycleGAN
  • dcgan.py for DCGAN
  • progan.py for ProGAN

Style Transfer

We updated five files:

  • ccpl.py for CCPL
  • nnst.py for NNST
  • utils_ccpl.py for utils of CCPL
  • utils_nnst.py for utils of NNST
  • utils_style_flow.py for utils of Style Flow

Tests

  • utils.py for utils of tests

Tutorial

  • Tutorial_5_ProGAN.ipynb for ProGAN

Vuong Nguyen added 30 commits January 30, 2024 14:01
Copy link
Collaborator

@lucashervier lucashervier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not perfect but look good enough for your last day :)

@lucashervier
Copy link
Collaborator

One test does not pass because it apparently require to run on GPU. As we lack of time and that the internship finish today I will merge the branch nonetheless as the test run on premises.

@lucashervier lucashervier merged commit 3b233ad into main Jan 31, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants