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
VictoriousPenguin97
Moderator
12 Questions, 29 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

29 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, What is the best way to add new data to the uploaded dataset. Currently, uploaded dataset stored in Clearml have this structure. Dataset_rootpreprocess_A...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
HI, Could you provide an example of setting up sdk.storage.direct_access?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi, I tried download model from clearml.storage (from s3 bucket), but I got this error. err: [Errno 36] File name too long: Is there any way to fix this? Thanks
3 years ago
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K Views
Hi, I have an issue with mongo container when try to start service. Here’s the log from mongo container. clearml-mongo | 2021-12-21T08:24:54.567790371Z 2021-...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Also I tried to delete experiments through Clearml’s UI. And got this response. General data error (AuthorizationException(403, '{ "took": 2, "timed_out": fa...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I tried to run an experiment and got this error. clearml.log - WARNING - failed logging task to backend (1 lines, <500/4: events.add_batch/v1.0 (Critical...
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi, I got this error look into Task’s Console in Clearml UI Error 100 : General data error (TransportError(503, 'search_phase_execution_exception'))
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
HI, Can I get the minimum system requirement for Clearml-server.
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hello, Does clearml_apiserver needed to listen to 8008 only? Can I change to other ports likes 9008?
2 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
Hi, is there any document about migration Clearml-server. Currently, I have Clearml-server running on serverA but I want to move all data (including artifact...
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I’m trying to download the Dataset to local machine. with this command. ds = Dataset.get(dataset_id) local_path = ds.get_local_copy() But somehow, it onl...
3 years ago