Closed prabathbr closed 1 year ago
Stale issue message
I have encountered the same issue, did you come up with a fix?
Nevermind, seems like I needed to specify the input shape in my model, I had a prebuilt CNN (InceptionV3) and during model declaration I did not specify the input shape, which in my case was (224, 224, 3).
Describe the bug Simple NLP model with LSTM fails to visualize with TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
Minimal Code To Reproduce
Expected behavior Properly visualize NLP model with LSTM
Screenshots Error:
Environment (please complete the following information):
visualkeras-0.0.2
-> visualkeras-0.0.2-py3-none-any.whl)Additional context
model_test.summary()
output works properly :