Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
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.

  
  
Posted one day ago
1 Views
0 Answers
one day ago
22 hours ago