Skip to content

Conversation

@ido-shm-uel
Copy link
Contributor

  1. SBT for Sigmoid: Corrected criterion for fixed Sigmoid neuron.
  2. SBT for Softmax: Symbolic bounds now stored correctly in _symbolicLb, _symbolicUb.
  3. SBT for Bilinear: Fixed calculation for symbolic lower/upper bias.
  4. Interval Arithmetic, SBT and LP relaxation relaxation for Max, Softmax, Bilinear mistakenly assume 1. All source neurons are from same layer. 2. The size of the current layer is equal to the number of source neurons of any softmax neuron. Fixed both errors.
  5. Correcting relevant unit tests.

SBT for Sigmoid: Corrected criterion for fixed Sigmoid neuron.
SBT for Softmax: Symbolic bounds now stored correctly in _symbolicLb, _symbolicUb.
SBT for Bilinear: Fixed calculation for symbolic lower/upper bias, fixed mistaken assumption both source neurons are from same layer.
LP relaxation for Bilinear: Fixed mistaken assumption both source neurons are from same layer.
Fixed typos in documentations of some tests, corrected one Softmax SBT test.
Interval Arithmetic and Symbolic Bound Tightening for Max, Softmax, Bilinear mistakenly assume 1. All source neurons are from same layer. 2. The size of the current layer is equal to the number of source neurons of any softmax neuron. Fixed both errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant