Unanswered
Dear Clearml Community,
I Am Trying To Optimize Storage On My Clearml File Server When Doing A Lot Of Experiments. To Achieve This, I Already Upload Only The Newest And Best Checkpoints To Clearml File Server Instead Of All Checkpoints. Another Component
However, regarding your recommendation of using
StorageManager
class to delete the URL, it seems that this class only contains methods for checking existence of files, downloading files and uploading files, but
no method
for actually
deleting
files based on their URL (see doc
and
).
Yes you are correct 😞 you should use a "deeper" class:
helper = StorageHelper.get(remote_url)
helper.delete(remote_url)
91 Views
0
Answers
8 months ago
8 months ago