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! Not Sure This Is Appropriate Place To Ask For Help - Direct Me To The Write Place, If So. But I Need Help With Running Training Process On My Single Workstation (Trying To Run Few Experiments Consequently On Tensorflow Object Detection). The Issue

Hi all! Not sure this is appropriate place to ask for help - direct me to the write place, if so. But I need help with running training process on my single workstation (trying to run few experiments consequently on Tensorflow Object Detection). The issue is that after installing TrainsServer my training process still redirected to web community Trains Server. I couldn't find how to redirect the training process to my localhost. Can anyone help? Thanks!

  
  
Posted 3 years ago
Votes Newest

Answers 3


BattyLion34 Adding to AgitatedDove14 hint. See the following docs page: https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_config_for_clearml_server.html

  
  
Posted 3 years ago

Hi BattyLion34
No problem asking here 🙂
Check your ~/clearml.conf or ~/trains.conf :
There is a section names api, under it you will find the definition of your trains-server 🙂

  
  
Posted 3 years ago

AgitatedDove14 Great, thanks! Wow, guys, your response while being helpful is too fast, I didn't use to this! 🙂

  
  
Posted 3 years ago
541 Views
3 Answers
3 years ago
one year ago
Tags