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 Was Using Clearml Server Hosted On A Box That I Reach Behind Traefik Using Alias For Web, File And Api. After Migration It Works Perfect For New Experiments. I Changed The Name Of The Alias From

Hi all. I was using clearml server hosted on a box that i reach behind traefik using alias for web, file and api. After migration It works perfect for new experiments. I changed the name of the alias from http://clearml.10.0.68.250.nip.io ( http://api.10.0.68.250.nip.io , http://file.10.0.68.250.nip.io ) to http://clearml.islin-hdpmas1.ifp.fr . (api http://clearml.islin-hdpmas1.ifp.fr http://islin-hdpmas1.ifp.fr , http://file.islin-hdpmas1.ifp.fr ). I change the name in every configuration file. But the artifacts and my dataset of my old experiments still use the old adress for the download ( is there a way to change that ) ?

  
  
Posted 2 years ago
Votes Newest

Answers 5


Hi MotionlessCoral18
Have these threads been useful to solve your issue ? Do you still need some support ? 🙂

  
  
Posted 2 years ago

i have found some threads that deal with your issue, and propose interesting solutions. Can you have a look at this ?

  
  
Posted 2 years ago

Yes, so far i came back to the old adress 🙂

  
  
Posted 2 years ago

Hi MotionlessCoral18
You need to run some scripts when migrating, to update your old experiments. I am going to try to find you soem examples

  
  
Posted 2 years ago

But the artifacts and my dataset of my old experiments still use the old adress for the download ( is there a way to change that ) ?

MotionlessCoral18 the old artifacts are stored with direct links, hence the issue, as SweetBadger76 noted you might be able to replace the links directly inside the backend databases

  
  
Posted 2 years ago
661 Views
5 Answers
2 years ago
one year ago
Tags