Skip to content
Snippets Groups Projects
Unverified Commit 00bb73b8 authored by 古月闻星's avatar 古月闻星 Committed by GitHub
Browse files

[Fix] max_epoch to max_iters (#503)

parent a06bb778
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ runner.train()
```python
# 训练相关参数设置,按迭代次数训练,训练9000次迭代
train_cfg = dict(by_epoch=False, max_epoch=9000)
train_cfg = dict(by_epoch=False, max_iters=9000)
```
### 手动构建模块进行测试
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment