You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the batchsize is not -1 (i.e. not fullbatch), then the edge weights of the result graph obtained by calling sam.predict() are outside of the domain [0, 1]. This is consistent throughout all cdt-package-, python- and library versions and hardware configurations.
Steps to reproduce: Just set the parameter batch_size to something greater than 1 (eg. 2), test_epochs to sth. greater than 0 and call sam.predict().
The text was updated successfully, but these errors were encountered:
Infinitif
changed the title
[BUG] SAM + Probabilities/Edge-Weights greater than 1 from method predict if not fullbatch
[BUG] SAM: Probabilities/Edge-Weights greater than 1 from method predict if not fullbatch
Apr 2, 2024
Describe the bug
If the batchsize is not -1 (i.e. not fullbatch), then the edge weights of the result graph obtained by calling sam.predict() are outside of the domain [0, 1]. This is consistent throughout all cdt-package-, python- and library versions and hardware configurations.
Steps to reproduce: Just set the parameter batch_size to something greater than 1 (eg. 2), test_epochs to sth. greater than 0 and call sam.predict().
The text was updated successfully, but these errors were encountered: