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
Could be because the package has imported the newer version of keras - then in traceback there would be path pointing to keras library, sth like lib/python3.10/site-packages/keras/src/layers/convolutional/depthwise_conv2d.py.
Install legacy keras: pip install tf-keras
Use this before importing tensorflow:
ValueError: Unrecognized keyword arguments passed to Conv2D: {'weights': [array([[[[-0.12115334, -0.29564023, -0.3127334 , ..., -0.18404537,
0.12711518, -0.48213908]],
please help.
The text was updated successfully, but these errors were encountered: