Hi PerplexedRaccoon19 , I think you would need to do something a bit 'hacky'.
You can fetch an experiment, use mark_started
with force, add your artifacts and then mark_stopped
. I think the same can be also done with the API
Hey, can I upload an artefact to a clearml experiment once it is "completed"?
Hi PerplexedRaccoon19 , I think you would need to do something a bit 'hacky'.
You can fetch an experiment, use mark_started
with force, add your artifacts and then mark_stopped
. I think the same can be also done with the API