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
FBeta is using the non-deterministic torch function bincount. Either by passing the argument make_deterministic to the FBeta class or by using one of the PyTorch functions torch.set_deterministic_debug_mode or torch.use_deterministic_algorithms, you can now make this function deterministic. Note that this might make your code slower.
This discussion was created from the release v1.17.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
FBetais using the non-deterministic torch functionbincount. Either by passing the argumentmake_deterministicto theFBetaclass or by using one of the PyTorch functionstorch.set_deterministic_debug_modeortorch.use_deterministic_algorithms, you can now make this function deterministic. Note that this might make your code slower.This discussion was created from the release v1.17.
All reactions