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
<image>

image
image

  
  
Posted 4 years ago
Votes Newest

Answers 46


How do I reproduce it ? (all the processes are on the same machine?)

  
  
Posted 4 years ago

when i run the code i send you the other day, logging is perfect, but at the end of the code there is a semaphore warning, not sure if it’s related

  
  
Posted 4 years ago

image
image

  
  
Posted 4 years ago

now it has log, but only the initial one

  
  
Posted 4 years ago

You can use this to reproduce

  
  
Posted 4 years ago

No sure what O'm seeing here

  
  
Posted 4 years ago

Why are you initializing 3 diff Tasks ?

  
  
Posted 4 years ago

working very well actually

  
  
Posted 4 years ago

And only the main one ?

  
  
Posted 4 years ago

Let me check that for a sec

  
  
Posted 4 years ago

i can only see the init log

  
  
Posted 4 years ago

yeah sure

  
  
Posted 4 years ago

Hi @<1523710701275713536:profile|PompousHawk82> , can you try with the latest RC?

  
  
Posted 4 years ago

So what if i want three tasks running in parallel, should i Task.init in the main process and change the task name in the sub process?

  
  
Posted 4 years ago

one quick question is that do i need to do some task.close() at the end of each process?

  
  
Posted 4 years ago

pip install clearml==1.0.3rc1
  
  
Posted 4 years ago
112K Views
46 Answers
4 years ago
one year ago
Tags
Similar posts