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
Hey Clearml-Community, I Have A Doubt Around The Default Upload Destination When Defining A Clearml Project & When Defining The Upload Destination For A Model Object When Doing Things Programmatically. I Am Trying To Use The Clearml File Server'S Endpoi

Hey ClearML-community,

I have a doubt around the Default upload destination when defining a ClearML project & when defining the upload destination for a model object when doing things programmatically.

I am trying to use the ClearML file server's endpoint as the upload destination for my model. output_best_model.set_upload_destination("<self-hosted-clearml-file-server>")

However, when I am trying to specify the same fileserver URL while creating a new project, I get an error. I don't understand the difference between the two. Why is it throwing an error?
image

  
  
Posted one year ago
Votes Newest

Answers 2


@<1523701132025663488:profile|SlimyElephant79> , it looks like you are right. I think it might be a bug. Could you open a GitHub issue to follow up on this?
As a workaround programmatically you can set Task.init(output_uri=True) , this will make the experiment outputs all to be uploaded to whatever is defined as the files_server in clearml.conf .

  
  
Posted one year ago

Thanks @<1523701070390366208:profile|CostlyOstrich36> happy to contribute to the community even if it is bug reports 🙂

  
  
Posted one year ago
880 Views
2 Answers
one year ago
one year ago
Tags