gurobi-machinelearning icon indicating copy to clipboard operation
gurobi-machinelearning copied to clipboard

[#315] Respect missing bias

Open bzfwunde opened this issue 7 months ago • 2 comments

If in a pytorch layer no bias is provided, we errornously used the bias from the previous layer. We must use 0 bias instead. Added extend pytorch example thanks to Pierre.

This addresses #315. @fuadcan, could you please test that it fixes your issue? Thanks!

bzfwunde avatar Jul 16 '24 09:07 bzfwunde