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
Currently BMS tests just confirm that the model runs. You can run tests on verbose to manually check to see if they match if you want. In order to add these asserts and have the tests reliably pass when they should will need to:
increase the number of epochs that BMS trains for in the tests (this will probably increase how long the tests take by a few minutes)
set a seed, because currently BMS does not seem to give the same output (although I thought this was the case in the past) - I guess the seed was accidentally removed at some point
The text was updated successfully, but these errors were encountered:
TheLemonPig
changed the title
Update BMS to assert correct model was found
Update BMS tests to assert correct model was found
Jan 6, 2023
Currently BMS tests just confirm that the model runs. You can run tests on verbose to manually check to see if they match if you want. In order to add these asserts and have the tests reliably pass when they should will need to:
The text was updated successfully, but these errors were encountered: