In C5 W3 second assignment Trigger Word Detection Exercise 5 “model”. I follow the guide to type my code, but I always get warning from tensorflow as following. Even I have checked my code many times and sure I haven’t typed anything wrong(perhaps).
When you don’t provide name to a tensorflow layer, the framework automatically assigns a name to the layer. You don’t have to worry about the layer name tensorflow assigns. Instead, look at the rest of the message where the real warning is.