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

Answers 46


Not sure on the cause but if you do:

mp.set_start_method('fork', force=True)

There is no semaphore leakage

  
  
Posted 2 years ago

yeah sure

  
  
Posted 2 years ago

now it has log, but only the initial one

So the subprocesses are not logged ?

  
  
Posted 2 years ago

Let me check, see what can be learned ...

  
  
Posted 2 years ago

Hmm let me check something

  
  
Posted 2 years ago

i can only see the init log

  
  
Posted 2 years ago

Let me know if it solved it, if it did I'll make sure we push the RC

  
  
Posted 2 years ago

image
image

  
  
Posted 2 years ago

Why are you initializing 3 diff Tasks ?

  
  
Posted 2 years ago

and one experiment takes 40 hours to run, so i let them run in parallel

  
  
Posted 2 years ago

YEY

  
  
Posted 2 years ago

seems the not logging problem is back

  
  
Posted 2 years ago

No sure, here is the code

  
  
Posted 2 years ago

Wouldn't it make sense to use a single one ?

  
  
Posted 2 years ago

No sure what O'm seeing here

  
  
Posted 2 years ago

Nice job

  
  
Posted 2 years ago
6K Views
46 Answers
2 years ago
one month ago
Tags
Similar posts