timgaripov / swa

Stochastic Weight Averaging in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About conv_init(m)

DCC-lzhy opened this issue · comments

I see def conv_init(m): in the wide_resnet.py of models, but it just be defined, and it's not applyed. Is it should be used as net.apply(conv_init)?