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
keras.layers.Dense layer no longer accepts a weights argument in its constructor in recent versions of Keras (TensorFlow 2.6 and above). Instead, weights should be set after the layer is created.
The text was updated successfully, but these errors were encountered:
In recognition.py file,
line 277~283
keras.layers.Dense layer no longer accepts a weights argument in its constructor in recent versions of Keras (TensorFlow 2.6 and above). Instead, weights should be set after the layer is created.
The text was updated successfully, but these errors were encountered: