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
What Could Be Causing This?

what could be causing this?

  
  
Posted one year ago
Votes Newest

Answers 30


api_server:

  
  
Posted one year ago

yes, docker compose

  
  
Posted one year ago

i don't think the conf is an issue. it's been deployed for a long time and working. models from yesterday correctly display the url

  
  
Posted one year ago

a model

  
  
Posted one year ago

ok i think i know why it happens!

  
  
Posted one year ago

Well, if the task has completed without completing the uploads, it would stay that way

  
  
Posted one year ago

it says method not allowed when i try to access that url

  
  
Posted one year ago

Also what is your api/webserver in clearml.conf ?

  
  
Posted one year ago

how do I check?

  
  
Posted one year ago

web_server:

  
  
Posted one year ago

see this for example

  
  
Posted one year ago

Wait I might be missing something. Are you running a self hosted server?

  
  
Posted one year ago

do you have the model's object?

  
  
Posted one year ago

yes

  
  
Posted one year ago

unicorn is an alias for the ip of the machine the server is hosted on

  
  
Posted one year ago

yes, in the corresponding task

  
  
Posted one year ago

I think this should force the task to wait to finish all uploads before moving to 'completed' state

  
  
Posted one year ago

cheers, let me try this

  
  
Posted one year ago

is that what you mean?

  
  
Posted one year ago

Can you try specifying the ip explicitly in clearml.conf ?
I'm guessing that you've deployed ClearML server on http://unicorn , correct?

  
  
Posted one year ago

well.. it initially worked but now i get the same thing 😕 SuccessfulKoala55

  
  
Posted one year ago

And is the fileserver running on http://unicorn:8081 ?

  
  
Posted one year ago

okay. what do you suggest?

  
  
Posted one year ago

ElegantCoyote26 /uploading_file is the temporary filename provided in the URL while the file is still being uploaded, so I assume the issue is that the upload was not completed

  
  
Posted one year ago

What is this http://unicorn address? Did you deploy using docker compose?

  
  
Posted one year ago

and this should force the model to be uploaded?

  
  
Posted one year ago

that's being uploaded

  
  
Posted one year ago

If you have a task object, you can do:
task.flush(wait_for_uploads=True)

  
  
Posted one year ago

Is this a model or a task?

  
  
Posted one year ago

but it's been that way for over 1 hour.. I remember I can force the task to wait for the upload. how do i do this?

  
  
Posted one year ago
200 Views
30 Answers
one year ago
8 months ago
Tags
Similar posts