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 am trying to run the pretrained model that you have given ... Some print() and few debugs later i am able to run your pre trained model. But am facing the following issue:
ValueError: You are trying to load a weight file containing 10 layers into a model with 4 layers.
Found issue with your test.py .... No. of layers are different
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run the pretrained model that you have given ... Some print() and few debugs later i am able to run your pre trained model. But am facing the following issue:
ValueError: You are trying to load a weight file containing 10 layers into a model with 4 layers.
Found issue with your test.py .... No. of layers are different
The text was updated successfully, but these errors were encountered: