Skip to content

Commit

Permalink
Update tsm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjun12 authored Jan 27, 2021
1 parent 563cbeb commit 9ca78a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh-CN/model_zoo/recognition/tsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ wget https://videotag.bj.bcebos.com/PaddleVideo/PretrainModel/ResNet50_pretrain.

```yaml
MODEL:
framework: "Recognizer2D"
framework: "Recognizer2D"
backbone:
name: "ResNet"
pretrained: 将路径填写到此处
```
或用`-o` 参数在```run.sh```或命令行中进行添加
``` -o MODEL.framework.backbone.pretrained="" ```
``` -o MODEL.backbone.pretrained="" ```
`-o` 参数用法请参考[conifg](../../config.md)

- 如若进行`finetune`或者[模型测试](#模型测试)等,请下载PaddleVideo的已发布模型[model]()<sup>coming soon</sup>, 通过`--weights`指定权重存放路径。 `--weights` 参数用法请参考[config](../../config.md)
Expand Down

0 comments on commit 9ca78a8

Please sign in to comment.