Skip to content

v1.17

Compare
Choose a tag to compare
@freud14 freud14 released this 21 May 13:13
· 3 commits to stable since this release
003b37d
  • 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.