The issue I'm running into is that VGG16 is defined as a Model (not a Sequential) so there is no `.add` method. #deeplearning
-
-
basically when you use `include_top=False` then the model can accept any input size, and shape inference propagates "None".
-
It was the `input_tensor` that I was missing. The `None` in the error message should have clued me in. Thanks again!
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.