Skip to content

Releases: liugangcode/torch-molecule

v0.1.7

08 Oct 21:37

Choose a tag to compare

Add repetition-based augmentation for polymers in the GRIN predictor. This feature requires an additional dependency, CombineMols, to be installed when enabled.

v0.1.6

02 Oct 01:59

Choose a tag to compare

Fix issues in the checkpoint

  1. verbose
  2. Using the old device from the checkpoint --> Ignoring the old device configuration

v0.1.5

30 Sep 20:54

Choose a tag to compare

  1. Fix the best checkpoint issue in prediction models
  2. update logging method to support "print_statement", "progress_bar", or "none"

v0.1.4

12 Aug 22:02

Choose a tag to compare

  1. fix issue: dataclass to class
  2. update: move the step progress bar from per-epoch to global progress (epoch * step)

v0.1.3

27 Jun 20:05

Choose a tag to compare

  1. Add torch_molecule.datasets module
  2. Polish the readme
  3. Fix bugs in masked atom id (AttrMask and MoAMA)