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
Unanswered
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_pipelines', dataset_name=dataset_name, only_published=True)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/conda/lib/python3.11/site-packages/clearml/datasets/dataset.py", line 1782, in get
    raise ValueError(
ValueError: Could not find Dataset project/name/version ('test_pipelines', 'test', None)

But in some runs it finds the dataset.

  
  
Posted 5 months ago
82 Views
0 Answers
5 months ago
5 months ago