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
{{ message }}
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
weight[range(in_channels),range(out_channels),:,:,] = filt
if in_channels is not equal to out_channels, the code reported an error "IndexError: shape mismatch: indexing arrays could not be broadcast together with shapes (32,) (64,)"
if in_channels is equal to out_channels, only Inchannels convolution kernel are initilized ,shouldn`t inchannels*outchannels convolution kernel be initilized?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
weight[range(in_channels),range(out_channels),:,:,] = filt
if in_channels is not equal to out_channels, the code reported an error "IndexError: shape mismatch: indexing arrays could not be broadcast together with shapes (32,) (64,)"
if in_channels is equal to out_channels, only Inchannels convolution kernel are initilized ,shouldn`t inchannels*outchannels convolution kernel be initilized?
The text was updated successfully, but these errors were encountered: