yjxiong / tsn-pytorch

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

What should I do if I want to change the main structure of the network to InceptionV3? #102

Closed kaifeng777 closed 4 years ago

kaifeng777 commented 5 years ago

I know that you can change the network structure with --arch BNInception or --arch resnet101. Then if I want to change the network structure to inceptionv3 or inceptionv4 or inceptionresnetv2, what should I do? Thank you

Mkarami3 commented 3 years ago

Hi Kaifeng, Did you find the solution? Thank you