Nn.__dict__ dosent have pixel_shuffle

Hello,

I am looping over nn.dict and looking for pixel_shuffle but it dosen’t exist in there (although it does exist in pytorch).
I check the version of my pytorch: 0.3.0.post4
what could be the problem?

Thanks,

What about PixelShuffle?

for pixel_shuffle you probably need to loop over nn.functional.dict