You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error when coding in this code:
import visualkeras
visualkeras.layered_view(model, legend=True, spacing=20)
Below is the error of this code:
AttributeError: 'Conv2D' object has no attribute 'output_shape'
The text was updated successfully, but these errors were encountered:
I get an error when coding in this code:
import visualkeras
visualkeras.layered_view(model, legend=True, spacing=20)
Below is the error of this code:
AttributeError: 'Conv2D' object has no attribute 'output_shape'
The text was updated successfully, but these errors were encountered: