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 All, I'M Updating My Code To Use Hydra, And Facing An Issue: When I Try To Init A Task In Offline Mode I'Me Getting The Following:

Hi all, I'm updating my code to use hydra, and facing an issue:
when I try to init a task in offline mode I'me getting the following:
ValueError: Multiple configurations is not supported with the current 'clearml-server'I have the latest clearml version fresh from PyPi, googling this error nothing came up...
any help appreciated

  
  
Posted 2 years ago
Votes Newest

Answers 7


I'll try to create a minimal example later today if the above is not sufficient

  
  
Posted 2 years ago

Hi AgitatedDove14 , that's what I'm doing exactly.. from the error I am thinking it has more to do with the combination of offline with a hierarchical config or maybe just multiple configs registered in the hydra config store? I don't know..

  
  
Posted 2 years ago

Hi RipeGoose2
I just test the hydra example, seems to work when you add the offline right after the import:
` from clearml import Task

Task.set_offline(True) `

  
  
Posted 2 years ago

Hmm let me check, I think we changed the offline mode to use the latest API version (because by definition it cannot know what's the server).
Let me check if you can override it

  
  
Posted 2 years ago

and latest pre release hydra

  
  
Posted 2 years ago

I have the latest clearml version fresh from PyPi

  
  
Posted 2 years ago

Right, DepressedChimpanzee34 what's the clearml version you are using ?

  
  
Posted 2 years ago
636 Views
7 Answers
2 years ago
one year ago
Tags