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

Rework regularized layers #73

Closed
wants to merge 1 commit into from
Closed

Rework regularized layers #73

wants to merge 1 commit into from

Commits on Jun 29, 2023

  1. Complete refactor of the Regularized structures:

      - Only one struct named `Regularized`, every regularized layer is a particular case of it
      - Specific constructors for `SparseArgmax`, `SoftArgmax`, and `RegularizedFrankWolfe`
      - Now we can also use `Regularized` with a custom optimizer (we may need to test this feature)
    BatyLeo committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3fc2bc1 View commit details
    Browse the repository at this point in the history