Skip to content

Releases: alan-turing-institute/ocf-iam4vp

0.4.3 (2024-12-10)

23 Jan 15:20
Compare
Choose a tag to compare
  • Allow loss-type to be specified (allowing 0.4.0, 0.4.1 or 0.4.2 to be reproduced).

Full Changelog: 0.4.2...0.4.3

0.4.2 (2024-12-03)

04 Dec 07:22
Compare
Choose a tag to compare
  • Lower early stopping threshold
  • Set alpha_gdl to 1 to give the same scale as MAE
  • Step the optimiser once per set of predictions

0.4.1 (2024-12-02)

02 Dec 22:35
Compare
Choose a tag to compare
  • Add gradient difference loss
  • Set default GDL weighting to 10
  • Fix checkpoint loading bugs

0.4.0 (2024-11-29)

29 Nov 11:27
Compare
Choose a tag to compare
  • Better logging of meta information during training
  • Use size of input data to construct model
  • Do not encode image size into model parameters (for better flexibility)

0.3.5 (2024-11-27)

27 Nov 10:13
Compare
Choose a tag to compare
  • Checkpoint at the end of each epoch as well as each batch
  • Add early stopping of epoch if improvements are not seen

0.3.4 (2024-11-16)

18 Nov 19:20
Compare
Choose a tag to compare
  • Better logging of model parameters
  • Checkpointing after validation
  • Checkpoint after fixed number of batches (instead of truncating epochs)
  • Updated hyperparameter defaults

0.3.3 (2024-11-16)

16 Nov 21:04
Compare
Choose a tag to compare
  • Speed up training following profiling

0.3.2 (2024-11-14)

16 Nov 13:42
Compare
Choose a tag to compare
  • Use Lightning for training/validation

0.3.1 (2024-11-13)

13 Nov 13:52
Compare
Choose a tag to compare
  • Revert changes to run all forecasts in forward() as this requires too much memory
  • Construct time-embedding on-the-fly to simplify interface
  • General memory saving through tensor deletion
  • Protect against input NaNs in prediction which propagated through the predictions

0.3.0 (2024-11-12)

12 Nov 21:29
Compare
Choose a tag to compare
  • Perform all forecasting steps before updating loss
  • Use same encoder for X and y