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 3 years ago
Votes Newest

Answers 46


I think I found something relating to the issue on the subprocess not logging. Let me check if we can share something quickly

  
  
Posted 3 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 3 years ago

Actually, before i update the clearml pkg, the 0.17 version can log the console even i init it in the subprocess, but the problem is that it will only won log all 3 subprocesses

  
  
Posted 3 years ago

Hmm so the Task.init should be called on the main process, this way the subprocess knows the Task is already created (you can call Task.init twice to get the task object). I wonder if we somehow can communicate between the sub processes without initializing in the main one...

  
  
Posted 3 years ago

image

  
  
Posted 3 years ago

i can only see the init log

  
  
Posted 3 years ago

not sure if it’s the problem with map

  
  
Posted 3 years ago

You can use this to reproduce

  
  
Posted 3 years ago

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

  
  
Posted 3 years ago

And only the main one ?

  
  
Posted 3 years ago

now it has log, but only the initial one

So the subprocesses are not logged ?

  
  
Posted 3 years ago

btw, i’m running the code with multiprocessing, so the log is duplicated 3 times

  
  
Posted 3 years ago

image
image

  
  
Posted 3 years ago

now it has log, but only the initial one

  
  
Posted 3 years ago

pip install clearml==1.0.3rc1
  
  
Posted 3 years ago

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

  
  
Posted 3 years ago
24K Views
46 Answers
3 years ago
7 months ago
Tags
Similar posts