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
{{ message }}
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
Hi,
I have run this code many times. A problem that I have is that sometimes when I try to load a trained network with weights, the weights don't map on to the network. Here is an example of the error that I get.
ValueError: You are trying to load a weight file containing 1 layers into a model with 4 layers.
Hi,
I have run this code many times. A problem that I have is that sometimes when I try to load a trained network with weights, the weights don't map on to the network. Here is an example of the error that I get.
ValueError: You are trying to load a weight file containing 1 layers into a model with 4 layers.
I wonder if there is a cure for this?
Best regards,