Unanswered
Hi Everyone,
I Got Several Error Messages Like This When Trying To Upload Data On The Clearml Which We Self-Hosted. Do You Have Any Ideas?
@<1523701070390366208:profile|CostlyOstrich36> Thanks for quickly response.
Are you trying to upload data to the files server
Yes, I 'm trying to upload to the files server using
The code I'm using:
ds = Dataset.create(
dataset_name="xxxx",
dataset_project=f"A/B/C",
dataset_tags=[task_tag],
)
ds.add_files(path=ng_path)
ds.upload()
ds.finalize(verbose=True)
The full log is the attachment.
1 Views
0
Answers
one day ago
22 hours ago