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
Can Anyone Complete This [Demo](

Can anyone complete this demo? I need your help?

  
  
Posted 16 days ago
Votes Newest

Answers 20


The main issue is the model itself is stored on your files server that is/was configured to " None " this means that you cannot access it from anywhere other than tha actual machine (i.e. inside a container this is not accessible).
Change your configuration (i.e. clearml.conf) files_server: http://<Local_IP>:8081
Then rerun the example (importantly, re run the training so a new model will be generated and registered under the new address, with the IP). should work after that

  
  
Posted 15 days ago

my config
image

  
  
Posted 15 days ago

Hi @<1582542029752111104:profile|GorgeousWoodpecker69> Do you have a problem like me?

  
  
Posted 15 days ago

Wait, @<1686547375457308672:profile|VastLobster56> per your config clearml-fileserver who sets this domain name? could it be that it is only on our host machine? you can quickly test by running any docker on your machine and running ping clearml-fileserver from the docker itself.
also your log showed "could not download None ..." , I would expect it to be None ... , no?

  
  
Posted 14 days ago

When I server model, I have changed the host: api_server, web_server, files_server = docker-name. what wrong with this config? How should I change? Thanks

  
  
Posted 15 days ago

I deployed clearml-server by docker
image

  
  
Posted 14 days ago

image

  
  
Posted 14 days ago

I posted issue at here: None

  
  
Posted 14 days ago

docker net work, I put all container into: clearml_backend, clearml-frontend

  
  
Posted 14 days ago

😭 Is anyone here?

  
  
Posted 15 days ago

I'm assuming the reason it fails is that the docker network is Only available for the specific docker compose. This means when you spin Another docker compose they do not share the same names. Just replace with host name or IP it should work. Notice this has nothing to do with clearml or serving these are docker network configurations

  
  
Posted 14 days ago

Hi, what is host?

The IP of the machine running the ClearML server

  
  
Posted 12 days ago

It is not impossible localhost, so what I should write in there?

  
  
Posted 12 days ago

Hi, what is host? Can you write this for me?

  
  
Posted 12 days ago

Of course, I used "localhost"

Do not use "localhost" use your IP then it would be registered with a URL that points to the IP and then it will work

  
  
Posted 10 days ago

During the process of experiment, I install all of them in one machine. Of course, I used "localhost" for this case and it's not working.

  
  
Posted 11 days ago

Hi @<1686547375457308672:profile|VastLobster56>
where are you getting stuck? are you getting any errors ?

  
  
Posted 16 days ago

I deploy self-hosted clearml server

  
  
Posted 16 days ago

image

  
  
Posted 16 days ago

here are logs when I run serving example

  
  
Posted 16 days ago
79 Views
20 Answers
16 days ago
10 days ago
Tags
Similar posts