yjxiong / temporal-segment-networks

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
BSD 2-Clause "Simplified" License
1.53k stars 477 forks source link

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

Closed kaifeng777 closed 4 years ago

kaifeng777 commented 4 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