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


working very well actually

  
  
Posted 3 years ago

yes, that’s the error i got

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

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

  
  
Posted 3 years ago

now it has log, but only the initial one

  
  
Posted 3 years ago

works most of time, this occurs only few times

  
  
Posted 3 years ago

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

  
  
Posted 3 years ago

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

  
  
Posted 3 years ago

YEY

  
  
Posted 3 years ago

pip install clearml==1.0.3rc1
  
  
Posted 3 years ago

Why are you initializing 3 diff Tasks ?

  
  
Posted 3 years ago

You can use this to reproduce

  
  
Posted 3 years ago

there is a semaphore warning, not sure if it’s related

Can you resend it?
Is the Task marked as closed when the process ends ?

  
  
Posted 3 years ago

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

  
  
Posted 3 years ago

i can only see the init log

  
  
Posted 3 years ago

Let me know if you need some tests

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