NeVerTools / pyNeVer

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

Check commit 7d22b66 #22

Closed sdemarch closed 4 months ago

sdemarch commented 5 months ago

In commit 7d22b66 (branch "vnncomp") I changed slightly the procedure to extract samples, because creating a numpy array from a list with NaN values created errors. Since that array was useful only to get min/max values, it should be okay but a check would be nice