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 2 years ago
Votes Newest

Answers 13


How did you name the alternative clearml.conf file?

  
  
Posted 2 years ago

AbruptCow41

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

how do i do that?

  
  
Posted 2 years ago

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 2 years ago

would the same experiment be called in either clearml server?

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

clearml_backup:

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

clearml.conf:

  
  
Posted 2 years ago
1K Views
13 Answers
2 years ago
one year ago
Tags
Similar posts