Thank you, @<1523701070390366208:profile|CostlyOstrich36> ! I’ve gone through the documentation on output_uri
and noticed that it defaults to None
in my code. When I use ClearML with the website app.clearml and my notebook as an agent (the pipeline is started with pipe.start(queue='default')
), all logs appear in the UI console, but not in my terminal. Does this mean it’s impossible to store the model in this setup?
In the UI, I see:
"Snapshot stored. Created by task ID: 72420a1ec3d54c37b4ed479cce9047cc"
but there’s no download arrow for the model file.
In contrast, in the ClearML example pipeline, the download arrow is present, and "snapshot" isn’t mentioned... 😢
Hi @<1775332371021697024:profile|TenseSwan1> , I think what you're looking for is the output_uri
parameter in Task.init