NeVerTools / pyNeVer

A Python library for learning and verification of neural networks and other machine learning models
Other
9 stars 3 forks source link

Keras conversion for layers with padding #14

Open sdemarch opened 1 year ago

sdemarch commented 1 year ago

In Keras padding is represented as a separate layer, Convolutional and Pooling layers must implement this distinction

sdemarch commented 1 year ago

Convolutional layers are supported only with padding = 'valid' for the moment