Skip to content

v0.5.0

Compare
Choose a tag to compare
@michele-milesi michele-milesi released this 19 Dec 13:22
· 80 commits to main since this release
0453284

v0.5.0 Release Notes

  • Added Numpy buffers (#169):
    • The user can now decide if to use the torch.as_tensor function or the torch.from_numpy one to convert the Numpy buffer into tensors when sampling (#172).
  • Added optimizations to reduce training time (#168).
  • Added the possibility to keep only the last n checkpoints in an experiment to avoid filling up the disk (#171).
  • Fix bugs (#167).
  • Update documentation.