Basically the file URI might be different on a different machine (out of my control) but they point to the same artifact storage location
I think I'll just switch to docker and mount
HelplessCrocodile8 Hi!
What do you mean exactly by "drive mapping to save..." ? are you referring to upload artifacts ? are those models ? data?
HelplessCrocodile8
Basically the file URI might be different on a different machine (out of my control) but they point to the same artifact storage location
We might have thought of that...
in your clearml.conf file:sdk{ storage { path_substitution = [ # Replace registered links with local prefixes, # Solve mapping issues, and allow for external resource caching. { registered_prefix = file:///mnt/data/old/ local_prefix = file:///mnt/new/ }, ] } }
(I mean it is always good to have fixed mounts, but then reality 🙂 )