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 believe this is caused by the lack of the running_mean being null (0 element). Another person encountered probably the same error as me: gaobb/DLDL-v2#4
Hello,
I have a model that makes use of the
nn.SpatialBatchNormalization
, and I got the error in the title.I want to make inference on a single image (3x224x224). I've tried both "unsqueezed" (1x3x224x224) and the original, both lead to the same error.
The relevant part of the network is as follows:
I've added the following prints to the
checkInput
function that throws the error:this yields the following output for the unsqueezed image:
Any help or lead to what to try next is much appreciated, thanks!
The text was updated successfully, but these errors were encountered: