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?
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.
55 Views
0
Answers
4 months ago
4 months ago