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
Answered
Hi People! I Think The Clearml

Hi people! I think the ClearML Dataset.finalize() method might be broken, not sure if here is a good place to report it or I should open an issue? (Or Iโ€™m doing something wrong). Stacktrace in thread

  
  
Posted one year ago
Votes Newest

Answers 21


Great to know itโ€™s a server backwards compatibility issue!

  
  
Posted 12 months ago

Oops sorry just saw this message now!

  
  
Posted 12 months ago

Hi @<1523710243865890816:profile|QuaintPelican38>
What's the clearml version ?

  
  
Posted one year ago

No errors getting an existing dataset @<1537605940121964544:profile|EnthusiasticShrimp49>

  
  
Posted 12 months ago

it looks like this line will always fail:

None

Because it passes a publish argument to Request , but it doesnโ€™t pass the _allow_extra_fields_ argument, which is required here:

None

  
  
Posted one year ago

Not sure if that gives you the answer? Otherwise if you can tell me which of the 7 containers to exec into and how to check, happy to do that

  
  
Posted one year ago

The image is

allegroai/clearml:1.0.2-108

Yep, that makes sense, seems like a backwards compatibility issue

  
  
Posted one year ago

And thanks for the consistently speedy responses with getting onto issues when they pop up!

  
  
Posted one year ago

The image is allegroai/clearml:1.0.2-108

  
  
Posted one year ago

BTW: what's the clearml-server version ?

  
  
Posted one year ago

Nope, still broken on 1.10.0rc

  
  
Posted one year ago

BTW: you should probably update the server, you're missing out on a lot of cool features ๐Ÿ™‚

  
  
Posted one year ago

@<1523701205467926528:profile|AgitatedDove14> head of master branch

  
  
Posted one year ago

Is it the same with the latest RC 1.10.0rc?

  
  
Posted one year ago

Also 1.9.3

  
  
Posted one year ago

Iโ€™ll make a venv and test then let you know soon ๐Ÿ‘

  
  
Posted one year ago

๐Ÿ˜ž I'll pass to the guys

  
  
Posted one year ago

Hello @<1523710243865890816:profile|QuaintPelican38> , could you try Dataset.get ing an existent dataset and tell whether there are any errors or not?

  
  
Posted one year ago

  File "/Users/david/dataset_builder.py", line 619, in save
    clearml_ds.finalize()
  File "/Users/david/miniconda3/envs/ml/lib/python3.9/site-packages/clearml/datasets/dataset.py", line 796, in finalize
    self._task.mark_completed()
  File "/Users/david/miniconda3/envs/ml/lib/python3.9/site-packages/clearml/backend_interface/task/task.py", line 688, in mark_completed
    tasks.CompletedRequest(
  File "/Users/david/miniconda3/envs/ml/lib/python3.9/site-packages/clearml/backend_api/services/v2_13/tasks.py", line 3702, in __init__
    super(CompletedRequest, self).__init__(**kwargs)
  File "/Users/david/miniconda3/envs/ml/lib/python3.9/site-packages/clearml/backend_api/session/request.py", line 24, in __init__
    raise ValueError('Unsupported keyword arguments: %s' % ', '.join(kwargs.keys()))
ValueError: Unsupported keyword arguments: publish
  
  
Posted one year ago

Should be fixed soon (1.10 is supposed to be released next week)

  
  
Posted one year ago

๐Ÿ™

  
  
Posted one year ago
541 Views
21 Answers
one year ago
12 months ago
Tags