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
GorgeousWoodpecker69
Moderator
6 Questions, 7 Answers
  Active since 22 June 2023
  Last activity one year ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I always see this error in the console when training a model, but I see all the model parameters tracked correclty. So I am wondering what it tries to log he...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I tried to create a model-serving endpoint with clearml-serving, but in the UI it is shown as "Draft", and the endpoint is not available. How can I start the...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I am using VSCode and S3 as my output directory, which i specify for the task (Task.init(project_name='test', task_name="test, output_uri=" None ")). The S3 ...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
hello, i want to use clearML model serving to host a LLama2 model. It has another structure as common models, e.g. it's split up into 3 files. Can LLama2 be ...
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Is there anyone who is using ClearML in a Jupyter Notebook. It looks like when using execute_remotely together with a jupyter noteebok, clearml tries to laun...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I am fine-tuning pretrained models from huggingface the trainer method. During the training I generate checkpoints which I want to access via ClearML. It...
one year ago