Skip to content

Commit

Permalink
Update videoswin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjun12 authored Sep 15, 2022
1 parent 1034d8c commit a00b1df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/zh-CN/model_zoo/recognition/videoswin.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Video-Swin-Transformer是基于Swin Transformer的视频分类模型,其利用

![VideoSwin](../../../images/videoswin.jpg)

- **注:运行VideoSwin模型,请安装PaddlePaddle==2.3.1及以上版本**

```bash
python3.7 -m pip install paddlepaddle-gpu==2.3.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
```

## 数据准备

K400数据下载及准备请参考[Kinetics-400数据准备](../../dataset/k400.md)
Expand Down

0 comments on commit a00b1df

Please sign in to comment.