Hi IrritableGiraffe81 ,
Please refer to this:
https://clear.ml/docs/latest/docs/references/sdk/task#update_output_model
First, ClearML uploads the file to the preconfigured output destination (see the Task’s
output.destination
property or call the
setup_upload
method)
I think you need to provide output_destination=True
in your Task.init()
IrritableGiraffe81 I think CostlyOstrich36 meant output_uri
This is not a valid parameter: https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
Also I did not find any usage example of the setup_upload
method
Thanks anyway