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?
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?