Zinoex / bound_propagation

Linear and interval bound propagation in Pytorch with easy-to-use API and GPU support.
GNU General Public License v3.0
7 stars 3 forks source link

Changes to linear.py account for a one-dimensional system #9

Closed rayomaz closed 1 year ago

rayomaz commented 1 year ago

Matmul causing issues for 1D case. Proposing minor change to account for a 1D system.

rayomaz commented 1 year ago

Issue resolved. Merge not necessary.