pretrained-models.pytorch icon indicating copy to clipboard operation
pretrained-models.pytorch copied to clipboard

when i load a bninception model in tsn? some wrong happen.

Open poppingcode opened this issue 6 years ago • 2 comments

i load a bninception model---https://github.com/Cadene/pretrained-models.pytorch/tree/master/pretrainedmodels/models It has been pre trained.

when i load a bninception model in tsn---https://github.com/yjxiong/tsn-pytorch/ After dozens of epoch, loss has been stuck in a large number. i don't know how to solve it ,please help me ,or Or put forward a bit of thought。 thanks!!!!!

poppingcode avatar Apr 08 '18 09:04 poppingcode

@poppingcode do you solve it

Zhuysheng avatar Jul 26 '18 05:07 Zhuysheng

Did you try a momentum=0.1 for the batch norm layer?

Cadene avatar Oct 27 '18 13:10 Cadene