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

Add several new layers to be able to support Resnet like architectures #23

Merged
merged 27 commits into from
Jan 14, 2025

Conversation

franckma31
Copy link
Collaborator

@franckma31 franckma31 commented Dec 2, 2024

  • Add support and unit tests for replicate padding in convolution (unconstrained.py)

  • Add support and unit tests for LipResidual (residual.py)

  • Modify InvertibleDownSampling and InvertibleUpSampling to use Pixel(Un)Shuffle pytorch functions

  • Add support and unit tests for SpectralConv1d (conv.py)

  • Add support and unit tests for HouseHolder activation (activation.py)

  • Add support and unit tests for SpectralConv1d (conv.py)

  • Add support and unit tests for BatchCentering and LayerCentering (normalization.py)

  • Add support and unit tests for SpectralConvTranspose2d (conv.py)

  • Add support and unit tests for ScaledGlobalL2NormPool2d (pooling.py)

  • Update update groupsort and groupsort2 activation to be consistent with deellip (actication.py)

  • Add a Warning in notebooks to support vanilla_export after loading weights, to solve the issue [Bug]: - vanilla_export leads to loss of accuracy #17

Copy link
Member

@thib-s thib-s left a comment

Choose a reason for hiding this comment

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

See my comments
Also, tests seem to break for some versions.

Copy link
Member

@thib-s thib-s left a comment

Choose a reason for hiding this comment

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

LGTM

@thib-s thib-s merged commit b23e090 into develop Jan 14, 2025
12 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