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
I Have A Question Regarding Running The Code Directly In The Agent Without Running It On My Local Device. How Can I Do That? (Usually, I Run The Code In My Local Machine With The Two Magic Lines Then Clone The Task Then Enqueue It) I Know This Way To R

I have a question regarding running the code directly in the agent without running it on my local device. How can I do that? (usually, I run the code in my local machine with the two magic lines then clone the task then enqueue it) I know this way to run it in the agent only by enqueue the draft after running it on my local machine so is there another way?

  
  
Posted 2 years ago
Votes Newest

Answers 2


yes thank you

  
  
Posted 2 years ago

Hi WickedBee96

How can I do that?

clearml-task
https://clear.ml/docs/latest/docs/apps/clearml_task#what-is-clearml-task-for

I know this way to run it in the agent only by enqueue the draft after running it on my local machine so is there another way?

Or maybe are you looking for task.execute_remotely
https://clear.ml/docs/latest/docs/references/sdk/task#execute_remotely

  
  
Posted 2 years ago
1K Views
2 Answers
2 years ago
one year ago
Tags
Similar posts