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
Hey - Is There A Known Issue With Tf.Summary.Image Not Being Logged When There'S A 'Description' Argument?

Hey - is there a known issue with tf.summary.image not being logged when there's a 'description' argument?

  
  
Posted 2 years ago
Votes Newest

Answers 15


Hi BattyLizard6
Not that I'm aware of, which TF version are you using, and which clearml version?

  
  
Posted 2 years ago

Hi AgitatedDove14 - I think it's the one before 1.1.1, client is latest 1.0.5. Testing now on tensorflow-cpu 2.5.0

  
  
Posted 2 years ago

is there a code that can reproduce it ?

  
  
Posted 2 years ago

just add description="test" to one of the tf.summary.image calls and see that it silently doesn't get logged

  
  
Posted 2 years ago

okay let me check

  
  
Posted 2 years ago

Verified.
BattyLizard6 can you open a github issue? I want to make sure this issue is addressed 🙂

  
  
Posted 2 years ago

Thanks!

  
  
Posted 2 years ago

Thanks BattyLizard6 , fix is on its way 🙂

  
  
Posted 2 years ago

Great! I'll update to this version and will verify the issue is solved

  
  
Posted 2 years ago

Sure

  
  
Posted 2 years ago

👍

  
  
Posted 2 years ago

You can also replace image_open = Image.open(os.path.join('..', '..', 'reporting', 'data_samples', 'picasso.jpg'))
    image = np.asarray(image_open) with image = np.random.random( size =[512, 512, 3])

  
  
Posted 2 years ago
661 Views
15 Answers
2 years ago
one year ago
Tags