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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
Scheduler changed to step every iteration (#234). If your config specifies lr_milestones or warmup_epochs in epochs instead of steps, this will change how your scheduler behaves.
OCPCalculator no longer takes in a Trainer class as input. Instead, a yaml file and checkpoint path must be provided.
Bug fixes in released data for all tasks / splits (#197)
Improved logs: using logging instead of print commands, recording slurm settings
Better handling of job resumption on pre-emption; particularly relevant for those using slurm-based clusters. Model weights and training state are now saved to separate checkpoints, and all restarted jobs log to the same wandb plot instead of a new plot per restart.
Support for energy-only predictions in OCPCalculator (#243)