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 loadoutput_uri
from stored Task - Fix
Task.get_models()['input']
returns string instead ofclearml.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 tostr
in consecutiveTask.connect()
calls