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

Reorganize layers in separate files #71

Closed cofri closed 1 year ago

cofri commented 1 year ago

All layers are now split into separate files (dense.py, convolutional.py, pooling.py, etc.) that are gathered in a new folder layers/. Layers are still available through deel.lip.layers.xxx.

Some API changes: