Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use build_runner #54

Merged
merged 13 commits into from
Oct 15, 2020
Prev Previous commit
Next Next commit
Remove trailing space
  • Loading branch information
daavoo committed Oct 13, 2020
commit 6c0fa9d815571348db8fbdaa5e6a1405f4c88fd2
4 changes: 2 additions & 2 deletions docs/tutorials/finetune.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ optimizer_config = dict(grad_clip=None)
lr_config = dict(
policy='step',
step=[15])
runner = dict(type='EpochBasedRunner', max_epochs=200)
log_config = dict(interval=100)
runner = dict(type='EpochBasedRunner', max_epochs=200)
log_config = dict(interval=100)
```

## Use pre-trained model
Expand Down