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
SmugSnake6
Moderator
12 Questions, 54 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

46 × Eureka!
0 Votes
3 Answers
876 Views
0 Votes 3 Answers 876 Views
Hey everyone! Is there a way to delete the example projects? I just installed ClearML server using the docker image. Thanks
2 years ago
0 Votes
5 Answers
927 Views
0 Votes 5 Answers 927 Views
Hey guys! I have multiple Task.init in my code, but they all report to the same task. For each one I used a different task_name and set reuse_last_task_id to...
one year ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Hey guys, I've got this weird issue in my pipeline! Any ideas of what I could've missed? My parameter becomes None when I pass it to my component 😕 @Pipelin...
one year ago
0 Votes
23 Answers
973 Views
0 Votes 23 Answers 973 Views
For some reason I can't delete a pipeline projet, the deletion is running indefinitely. Is there a way to force the deletion of a project via the APIClient?
one year ago
0 Votes
8 Answers
936 Views
0 Votes 8 Answers 936 Views
Hey guys! I'm trying to retrieve a tile of an image ( ndarray ) in my pipeline with: my_tile = image[ tile[0]:tile[1], tile[2]:tile[3], ]But the pipeline rep...
one year ago
0 Votes
3 Answers
974 Views
0 Votes 3 Answers 974 Views
Hey guys! I'm saving my datasets on our self-hosted ClearML file-server. However, when deleting them through the UI, it doesn't delete them on the server. I ...
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hey guys! Has anyone ever seen an error like this? I'm using my code in a clearml-agent and it looks like something is breaking with click bindings. Tracebac...
2 years ago
0 Votes
5 Answers
856 Views
0 Votes 5 Answers 856 Views
Hey guys! Anyone knows if you can upload an OutputModel to the ClearML server? I see that https://clear.ml/docs/latest/docs/references/sdk/model_outputmodel/...
one year ago
0 Votes
11 Answers
915 Views
0 Votes 11 Answers 915 Views
Hello, we're getting a strange error while training YoloV5: Retrying (Retry(total=237, connect=237, read=240, redirect=240, status=240)) after connection bro...
one year ago
0 Votes
7 Answers
961 Views
0 Votes 7 Answers 961 Views
In pipelines I've found that empty lists don't work as I would expect them to work. For example, this will work fine: from clearml.automation.controller impo...
one year ago
0 Votes
6 Answers
855 Views
0 Votes 6 Answers 855 Views
Hello! Is there a way to avoid or accelerate Generating SHA2 hash for ... files when uploading datasets?
one year ago
0 Votes
2 Answers
834 Views
0 Votes 2 Answers 834 Views
Hi all! I've noticed that sometimes my program finishes before all the reporting is done and I have to add a time.sleep(...) to make sure to see them in the ...
one year ago