Unanswered
Hi!
I Have Local Minio Setup, Via Minio Browser I Can Upload 50-100 Mb Per Second As Its Local.
But When I Try To Use Task.Upload_Artifact It Uploads 500 Kb Per Second. Does Anyone Have An Idea About This?
Does StorageManager.upload and upload_artifact use the same methods?
Yes they both use StorageManager.upload
Is the only difference is task being async?
Two differences:
Upload being async Registering the artifact on the experiment. StorageManager will only upload, where as upload_artifact will make sure the file is registered as an artifact on the experiment, together with all of the artifacts properties.
145 Views
0
Answers
4 years ago
one year ago