Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

weight returned by get_upsampling_weight? #142

Open
Lucksong opened this issue Oct 29, 2019 · 0 comments
Open

weight returned by get_upsampling_weight? #142

Lucksong opened this issue Oct 29, 2019 · 0 comments

Comments

@Lucksong
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant