researchmm / TTSR

[CVPR'20] TTSR: Learning Texture Transformer Network for Image Super-Resolution
MIT License
765 stars 115 forks source link

how do you initialize models? #27

Closed XiaoyuShi97 closed 3 years ago

XiaoyuShi97 commented 3 years ago

Hi, I didn't find the codes to initialize conv.

FuzhiYang commented 3 years ago

We use the default initialization method for convolution in PyTorch.

XiaoyuShi97 commented 3 years ago

Thanks for your reply!