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


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

  
  
Posted 4 years ago

Hmm let me check something

  
  
Posted 4 years ago

Not sure on the cause but if you do:

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

There is no semaphore leakage

  
  
Posted 4 years ago

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

  
  
Posted 4 years ago

And only the main one ?

  
  
Posted 4 years ago

in my case, we need to evaluate the result across many random seeds, so each task needs to log the result independently.

  
  
Posted 4 years ago

Can I send you a wheel to test ?

  
  
Posted 4 years ago

YEY

  
  
Posted 4 years ago

Let me check that for a sec

  
  
Posted 4 years ago

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

  
  
Posted 4 years ago

yes, that’s the error i got

  
  
Posted 4 years ago

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
112K Views
46 Answers
4 years ago
one year ago
Tags
Similar posts