yjxiong / tsn-pytorch

Temporal Segment Networks (TSN) in PyTorch
BSD 2-Clause "Simplified" License
1.07k stars 308 forks source link

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

Closed poppingcode closed 6 years ago

poppingcode commented 6 years ago

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. 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!!!!!

yjxiong commented 6 years ago

There are ImageNet pretrained models provided in this repo. You are using them if you follow the instructions in README. I suggest you start with them.

sucaohan commented 5 years ago

@poppingcode sorry,I have met same problem,have you solved it?