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
Assuming I Want To Report To The Same Task From Two Different Processes (Running On Different Machines) - How Would I Do That? So I Have Some Function

Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that?
So I have some function foo that executed on machine A, and when its done it calls some function bar on machine B and I want them both to report to the same task.
How should I go about that?

  
  
Posted one year ago
Votes Newest

Answers 6


πŸ˜Άβ€πŸŒ«οΈ

  
  
Posted one year ago

Not sure, I have not tried it myself. Give it a go and see how it behaves.

  
  
Posted one year ago

I mean if I continue and build on the example in the docs, what will happen if the training task is completed, and then I get it and log to it? Will it be defined as running again?

  
  
Posted one year ago

DangerousDragonfly8 but would this work if they are not concurrent but sequential?

  
  
Posted one year ago

Thx DangerousDragonfly8 πŸ’ͺ

  
  
Posted one year ago

Hi WackyRabbit7 . Take a look at https://clear.ml/docs/latest/docs/references/sdk/task#taskget_task

I believe it describes your use case as example.

  
  
Posted one year ago
1K Views
6 Answers
one year ago
one year ago
Tags