Unanswered
Question When Using Remote Storage Blobs (E.G. Azure).
I Am Using It As A Output_Url Location, And It Is Storing Both Datasets, And Also Experiment Artefacts, Mostly Cnn Weights Files (Pytorch Pt Files).
Hi VivaciousPenguin66 , since the storage credentials reside in the client side, the server cannot clean up this storage when deleting experiments. As Azure Blobs are not yet supported by the WebApp while deleting, you can do that by deleting experiments via code, using the Task.delete()
function call
183 Views
0
Answers
3 years ago
one year ago