TransferLearning.ipynb issues
Opened this issue · 0 comments
theDreamer911 commented
This is information issues
Whenever you run transferLearning.ipynb and get errors like this
You called `set_weights(weights)` on layer "normalization_2" with a weight list of length 2, but the layer was expecting 3 weights
I suggest commenting or removing these code
`norm_layer.set_weights([mean, var])`
Maybe the TensorFlow version that he used is older than we run today
#CMIIW