Releases: liugangcode/torch-molecule
Releases · liugangcode/torch-molecule
v0.1.7
v0.1.6
Fix issues in the checkpoint
- verbose
- Using the old device from the checkpoint --> Ignoring the old device configuration
v0.1.5
- Fix the best checkpoint issue in prediction models
- update logging method to support "print_statement", "progress_bar", or "none"
v0.1.4
- fix issue: dataclass to class
- update: move the step progress bar from per-epoch to global progress (epoch * step)
v0.1.3
- Add torch_molecule.datasets module
- Polish the readme
- Fix bugs in masked atom id (AttrMask and MoAMA)