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 10 months ago
Votes Newest

Answers 7


@<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 10 months ago

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

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

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

  
  
Posted 10 months ago

If so, yes. Which example code exactly?

  
  
Posted 10 months ago
507 Views
7 Answers
10 months ago
10 months ago
Tags