Skip to content

PyPI v1.1.4 - ClearML

Compare
Choose a tag to compare
@jkhenning jkhenning released this 08 Nov 09:06
· 1049 commits to master since this release

Bug Fixes

  • Fix duplicate keyword argument (affects clearml-data Dataset.get()) #490, ClearML Slack Channel #1, #2, #3, #4
  • Fix session raises missing host error when in offline mode #489
  • Fix Task.get_task() does not load output_uri from stored Task
  • Fix Task.get_models()['input'] returns string instead of clearml.Model
  • Fix tf.saved_model.load() binding for TensorFlow >=2.0
  • Fix hyperparams with None value converted to empty string causes inferred type to change to str in consecutive Task.connect() calls