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

Lorth regularizer #53

Closed cofri closed 2 years ago

cofri commented 2 years ago

A regularizer LorthRegularizer to enforce orthogonal convolution (based on Lorth) is introduced. For now, only 2D convolutions are supported.

thib-s commented 2 years ago

look ok to me, but:

cofri commented 2 years ago

Pushed with init updated and rst added. The usage example is missing. TBC :)