Open artium-rsipvision opened 11 months ago
Glad you're finding the project useful @artium-rsipvision, and thanks for the suggestions :)
These sound like excellent enhancements to have - We'll add them to our list and update as we get around to adding.
I have recently found out that
StorageManager
can be used on its own and since then I have been using it together with ClearML's fileserver to store some files that are not related to a particular experiment or dataset. Also, being able to access the file by URL, without setting up your own file server is very useful.I would like to propose the following enhancements:
delete_file()
method.pathlib.Path.as_uri()
to get this job done, but you should already have this code somewhere anyway for the artifact and debug samples uploading, just need to expose it to the user).