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
GrittyCormorant73
Moderator
11 Questions, 21 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello all, I setup ClearML on an EC2 instance using the community AMI. I have pointed a domain to the instance. Now how do I setup for SSL? I can’t seem to f...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello all, When I create a pipeline (using pipeline decorator) and call the function executing_pipeline(). It create a pipeline in the "Pipeline" menu, with ...
2 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
When we run our code and it communicate with clearml server, is there some way we can log that api request? Like what endpoint is it and what payload it send...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I'm trying to save artifacts in a folder using command res= Task.current_task().upload_artifact('raw_data', artifact_object=os.path.join(save_dir)) but i...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hello, When I use PipelineController.upload_model() https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller/#pipelinecontro...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, Can I use the TaskScheduler to schedule to run pipeline? Right now it look like I can schedule tasks (but not pipeline). Thanks
2 years ago