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
Profile picture
SilkyCrocodile89
Moderator
4 Questions, 8 Answers
  Active since 24 November 2023
  Last activity one month ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
1 Answers
446 Views
0 Votes 1 Answers 446 Views
Hi all, I docker-compose down and up to restart ClearML server then I got this: SERVER UNAVAILABLE The ClearML server is currently unavailable. Please try to...
6 months ago
0 Votes
2 Answers
863 Views
0 Votes 2 Answers 863 Views
Hi everyone, Does ClearML preview *.txt files? I uploaded about 2GB files and want to share it to others and make sure they can preview them. Please help!
one year ago
0 Votes
7 Answers
129 Views
0 Votes 7 Answers 129 Views
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? WARNING:urllib3.co...
one month ago
0 Votes
4 Answers
723 Views
0 Votes 4 Answers 723 Views
👋 Hi everyone! I got this error Error: Invalid control character at: line 89 column 25 (char 3528) when download data with this command: clearml-data get --...
one year ago
0 Hi All, I Docker-Compose Down And Up To Restart Clearml Server Then I Got This:

Thanks, I got it working. The server need time to re-load.

6 months ago
0 Hi Everyone! I Got This Error

well, we created a dataset with about 20k items, each file about 226 B (pretty small), all are JSON files. It worked fine for other PCs but 1 PC got this error.

one year ago
0 Hi Everyone! I Got This Error

Can't add because of confidential info!

one year ago
0 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.

one month ago
0 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?

yes, that's exact what I'm concerned. Maybe it's the problem, because we're sharing the same CLearml for several projects and we log many things in the console, Clearml captures all.

one month ago
one month ago