快捷方式

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 基類。有關此類的更多詳細資訊,請參閱 原始碼

r3d_18(*[, weights, progress])

構建 18 層 Resnet3D 模型。

mc3_18(*[, weights, progress])

構建 18 層混合卷積網路,如

r2plus1d_18(*[, weights, progress])

構建 18 層深度 R(2+1)D 網路,如

文件

訪問全面的 PyTorch 開發者文件

檢視文件

教程

為初學者和高階開發者提供深入的教程

檢視教程

資源

查詢開發資源並讓您的問題得到解答

檢視資源