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

Compute the min and max singular values of layers #81

Merged
merged 7 commits into from
Oct 27, 2023

Conversation

franckma31
Copy link
Collaborator

Set of function to compute layer lipschitz constants (and singular values)

  • dense layer: svd
  • activation layers: precomputed Lip constant
  • convolution layers: computation of singular value by computing the equivalent dense matrix followed by svd
  • unittest

@cofri cofri changed the title Feat/compute layer sv bis Compute the min and max singular values of layers Oct 17, 2023
@thib-s thib-s merged commit d8da411 into master Oct 27, 2023
5 checks passed
@cofri cofri deleted the feat/compute_layer_sv_bis branch October 27, 2023 16:11
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.

3 participants