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
Hello Dear Author, Recently when I run your code, it works fine on CPU but once I switch to GPU I start getting errors. For example, "Parameter 'sequential0_conv0_weight' has not been initialized yet because initialisation was deferred.
Actual initialization happens during the first forward pass. Please pass one batch of data through the network before accessing Parameters.
You can also avoid deferred initialization by specifying in_units, num_features, etc., for network lay
ers."
I hope you can tell me how to run your code correctly on the GPU!Thank you!
The text was updated successfully, but these errors were encountered:
Hello Dear Author, Recently when I run your code, it works fine on CPU but once I switch to GPU I start getting errors. For example, "Parameter 'sequential0_conv0_weight' has not been initialized yet because initialisation was deferred.
Actual initialization happens during the first forward pass. Please pass one batch of data through the network before accessing Parameters.
You can also avoid deferred initialization by specifying in_units, num_features, etc., for network lay
ers."
I hope you can tell me how to run your code correctly on the GPU!Thank you!
The text was updated successfully, but these errors were encountered: