model = P3D(Bottleneck, [3, 8, 36, 3], modality=modality,**kwargs) 这一行通过调用P3D类获得网络结构,该函数的第二个参数[3, 8, 36, 3]表明其结构和ResNet-152对应, ...
確定! 回上一頁