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
Quick Qn, When Using The Clearml-Task, How To Specify The Output_Uri.

Quick qn, when using the clearml-task, how to specify the output_uri.

  
  
Posted 2 years ago
Votes Newest

Answers 10


Hi DeliciousBluewhale87 ,
You can try to configure the files server in your ~/clearml.conf file. could this work?

  
  
Posted 2 years ago

Yeah, that worked.. As I was the running the agent in a different machine as our deployment of clearml was in k8s.

  
  
Posted 2 years ago

yup, i updated this in my local clearml.conf... Or should be updating this elsewhere as well

  
  
Posted 2 years ago

Hi DeliciousBluewhale87
I think you are correct, there is no way to pass it.
As TimelyPenguin76 mentioned you can either set a default output_uri on the agent's config file, or edit the created Task in the UI.
What is the specific use case ? Maybe we should add this ability, wdyt?

  
  
Posted 2 years ago

you will have to update this in your local clearml.conf, or wherever you are doing the Task.init from.

  
  
Posted 2 years ago

i ran this in my local machine..
clearml-task --project playground --name tensorboard_toy --script tensorboard_toy.py --requirements requirements.txt --queue myqueue

  
  
Posted 2 years ago

Hi guys,
I filled up the default_output_ur in the conf file, but it doesnt get reflected in the clearml ui.
Disclaimer : Clearml is setup as a k8s pod using the Helm charts
sdk { development { # Default Task output_uri. if output_uri is not provided to Task.init, default_output_uri will be used instead. default_output_uri: " " } }

  
  
Posted 2 years ago

BTW when I started using s3, I was thinking I needed to specify ouput_uri for each task. Soon realized that you just need the prefix where you want to put it into, and clearml will take care of project etc being appended to the path. So for most usecases, a single output uri set in conf should work.

  
  
Posted 2 years ago

yup, i updated this in my local clearml.conf... Or should be updating this elsewhere as well

On the agent's machine, you should update the default_output_uri. Make sense ?

  
  
Posted 2 years ago

image

  
  
Posted 2 years ago
623 Views
10 Answers
2 years ago
29 days ago
Tags
Similar posts