deel-ai / deel-lip

Build and train Lipschitz constrained networks: TensorFlow implementation of k-Lipschitz layers
https://deel-ai.github.io/deel-lip/
MIT License
89 stars 10 forks source link

Feat/orthoconv2d #51

Closed franckma31 closed 2 years ago

franckma31 commented 2 years ago

Add a layer PadConv2d with parametrized padding Add a layer otrhoConv2d with Lorth regularization (orthogonal convolution) Add methods for computing the lipschitz constant of each layers fix #33 fix #30

franckma31 commented 2 years ago

PR split in several sub-PRs