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, If I Use The Free Hosted Server Of Clearml, Does It Mean That I Should Get A Public Url To Run Inference On My Model When I Deploy To This Server?

hi everyone, if I use the free hosted server of ClearML, does it mean that I should get a public URL to run inference on my model when I deploy to this server?

  
  
Posted one year ago
Votes Newest

Answers 7


I am running the example code, so i guess its running on my local machine?

  
  
Posted one year ago

If so, yes. Which example code exactly?

  
  
Posted one year ago

Yes, but how do you plan to run the inference?

  
  
Posted one year ago

@<1523701087100473344:profile|SuccessfulKoala55> i use the free-tier hosting

  
  
Posted one year ago

@<1523701070390366208:profile|CostlyOstrich36> ClearML offeres a free tier server, right? My question is

  • Can I deploy to this server? I.e use hardware from this server instead of from my machine.
  • If so, when i do deploy on ClearML server, how can i get a public url to run inference?
  
  
Posted one year ago

@<1580367711848894464:profile|ApprehensiveRaven81> do you mean clearml-serving? Where do you run the serving deployment?

  
  
Posted one year ago

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , I'm not sure what you mean. Can you please elaborate?

  
  
Posted one year ago