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 Everyone, I Hosting A Clearml Server Locally, And In The Same Computer I Want To Train Some Experiments, But I Cant, When I Try To Clearml-Init My Credentials Aren'T Valid, So The Clearml.Conf File Isnt Create, I Copy The Clearml.Conf File From Another

HI everyone,
I hosting a Clearml server locally, and in the same computer i want to train some experiments, but i cant, when i try to clearml-init my credentials aren't valid, so the clearml.conf file isnt create, i copy the clearml.conf file from another computer(which i can create experiments), but when i try to init a Task in the server i get a 401 error.Any clues?

  
  
Posted one year ago
Votes Newest

Answers 13


Sorry for my late reply, my issue is the next, when i try to use an alternative .conf file, i get the default one instead(clearml.conf)

  
  
Posted one year ago

Hi WittySeal28 , can you please paste here the entire console of what you did and what you pasted?

  
  
Posted one year ago

How did you name the alternative clearml.conf file?

  
  
Posted one year ago

could there be a a bug with the -F flag?

  
  
Posted one year ago

clearml_backup:

  
  
Posted one year ago

clearml.conf:

  
  
Posted one year ago

You need to point the SDK to the different clearml.conf file

  
  
Posted one year ago

would the same experiment be called in either clearml server?

  
  
Posted one year ago

how do i do that?

  
  
Posted one year ago

AbruptCow41

  
  
Posted one year ago

What's the host you have in the clearml.conf ?
is it something like " http://localhost:8008 " ?

  
  
Posted one year ago

like clearml_backup.conf , here is how i did the init:

  
  
Posted one year ago

When the SDK runs it takes the default in ~/clearml.conf

  
  
Posted one year ago