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
UpsetFrog68
Moderator
3 Questions, 5 Answers
  Active since 27 March 2025
  Last activity 3 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
3 Answers
321 Views
0 Votes 3 Answers 321 Views
Hey, I use logger.report_plotly to report a figure with a big image overlay (~30Kx30K). After uploading it to the task's page, it shown as a missing image, a...
3 months ago
0 Votes
7 Answers
556 Views
0 Votes 7 Answers 556 Views
5 months ago
0 Votes
0 Answers
343 Views
0 Votes 0 Answers 343 Views
one month ago
0 Hey, I Use

Hey @<1523701070390366208:profile|CostlyOstrich36> , here are some more details:

  • I have a pipeline with two steps: step_a returns the image, which is being passed as an input to step_b.
  • I can see the image as an artifact of step_a's task page, and I can download it (~9 MB).
  • When step_b starts, it prints that it was downloaded successfully.
  • Then the Plotly figure is being created. Its Json contains two fields: 'data' and 'layout' where the 'layout' subdict contains 'images' key with ...
3 months ago
0 Hi, I’Ve Recently Started Experimenting With Clearml And The Various Features It Offers. I’M Primarily Working On Creating Different Pipelines, And I’Ve Encountered An Issue I’D Appreciate Your Help With. I’Ve Noticed That, Somewhat Inconsistently, The In

@<1523701070390366208:profile|CostlyOstrich36> Any suggestions?

I encounter this unstable behavior also with other scenarios. For example, with a function step which just tries to get an existing dataset. for the line:

dataset = Dataset.get(dataset_project='test_pipelines', dataset_name=dataset_name, only_published=True)

I sometimes get:

Traceback (most recent call last):
  File "/tmp/tmpnndxzv32.py", line 66, in get_dataset
    dataset = Dataset.get(dataset_project='test_p...
5 months ago
0 Hi, I’Ve Recently Started Experimenting With Clearml And The Various Features It Offers. I’M Primarily Working On Creating Different Pipelines, And I’Ve Encountered An Issue I’D Appreciate Your Help With. I’Ve Noticed That, Somewhat Inconsistently, The In

Hi @<1523701070390366208:profile|CostlyOstrich36> ,
I've created a standalone code of a simple pipeline, demonstrating the issue.
The pipeline contains 3 steps: create_dataset, use_dataset, use_dataset2.

I ran the same script for 3 times, and got different results:

  • Error in the third step for 2 times, third time succeeded.
  • Errors for all retries - pipeline failed.
  • Success.
5 months ago