EnthusiasticCoyote30 you can register an existing Model with:from clearml import InputModel model = InputModel.import_model(weights_url="
"...)
For configuration, please look here:
https://clear.ml/docs/latest/docs/integrations/storage
Hi EnthusiasticCoyote30 , in Task.init()
you have the output_uri
parameter, you can use that to point to your s3 bucket.
For more reading, see here:
https://clear.ml/docs/latest/docs/references/sdk/task#taskinit