NeVerTools / pyNeVer

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

Change assertions to exceptions in abstraction.NeuralNetwork #8

Closed sdemarch closed 1 year ago

sdemarch commented 1 year ago

As an API assertions are blocking, changing them to exceptions is better