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
When I reproduced your code, the following error appeared, I did not modify anything.
Hope you can answer me, thank you
--->predictions = prednet(inputs)
ValueError: You called set_weights(weights) on layer "pred_net_1" with a weight list of length 46, but the layer was expecting 47 weights. Provided weights: [array([[[[ 1.83418002e-02, -6.57398626e-02, -1.06...
The text was updated successfully, but these errors were encountered:
When I reproduced your code, the following error appeared, I did not modify anything.
Hope you can answer me, thank you
--->predictions = prednet(inputs)
ValueError: You called
set_weights(weights)
on layer "pred_net_1" with a weight list of length 46, but the layer was expecting 47 weights. Provided weights: [array([[[[ 1.83418002e-02, -6.57398626e-02, -1.06...The text was updated successfully, but these errors were encountered: