Video ResNet¶
VideoResNet 模型基於 《A Closer Look at Spatiotemporal Convolutions for Action Recognition》 論文。
警告
The video module is in Beta stage, and backward compatibility is not guaranteed.
模型構建器¶
以下模型構建器可用於例項化 VideoResNet 模型,可以選擇是否載入預訓練權重。所有模型構建器在內部都依賴於 torchvision.models.video.resnet.VideoResNet 基類。有關此類的更多詳細資訊,請參閱 原始碼。
|
構建 18 層 Resnet3D 模型。 |
|
構建 18 層混合卷積網路,如 |
|
構建 18 層深度 R(2+1)D 網路,如 |