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 tried to use the pre trained model "models/copy.npy" to initialize the parameters using "set_all_param_values(l_output,values)" . This gave me a shape mismatch error. Looks like not all the corresponding arrays and parameters have the same shape.
Is the way I am trying to do the initialization correct?
The text was updated successfully, but these errors were encountered:
I tried to use the pre trained model "models/copy.npy" to initialize the parameters using "set_all_param_values(l_output,values)" . This gave me a shape mismatch error. Looks like not all the corresponding arrays and parameters have the same shape.
Is the way I am trying to do the initialization correct?
The text was updated successfully, but these errors were encountered: