Skip to content

0.4.0

Compare
Choose a tag to compare
@florian-huber florian-huber released this 25 Apr 07:31
· 925 commits to main since this release
ba2f65c

MS2DeepScore 0.4.0

Added

  • Functions to cover the full pipeline of training a new model #129

Fixed

  • Tensorflow issues when saving/loading models #123

Changed

  • Random seed is now optional when fixed_set=True for the data generator #134
  • load_model() functions now auto-detects if a model is multi_inputs or not
  • Python version support was changed to 3.8, 3.9, 3.10 (other versions should still work but are not systematically tested)