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
I Have Some Problems With The Hyperparameters.

I have some problems with the hyperparameters.
tf.keras.applications.MobileNet(input_shape=None,alpha=1.0,depth_multiplier=1,include_top=True,weights="imagenet",classes=1000,classifier_activation="softmax")I am using this line for example. One hyperparameter are the weights.
The weights can have 2 values:
None "imagenet"I use allegro and change the value to "imagenet" and then the strings are not there anymore.
How can I solve this?

  
  
Posted 2 years ago
Votes Newest

Answers 4


the parameter must be "imagenet". But when I print the parameter in my code it is imagenet without quotes. But tensorflow needs "imagenet"
I hope you understand what I mean

  
  
Posted 2 years ago

I hope you understand what I mean

yes 🙂

let me check that

  
  
Posted 2 years ago

thanks

  
  
Posted 2 years ago

Hi UnsightlySeagull42 ,

didn’t get that 😕 what do you mean by

strings are not there anymore.

what is the value? nothing?

  
  
Posted 2 years ago
569 Views
4 Answers
2 years ago
one year ago
Tags
Similar posts