1
0
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00

247917iters

This commit is contained in:
johnzja 2020-08-02 11:15:19 +08:00
parent 6435e3e162
commit a5f1095c05
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored

@ -115,6 +115,7 @@ data
work_dirs/ work_dirs/
workdirs/ workdirs/
configs_unify/ configs_unify/
results/
# Pytorch # Pytorch
*.pth *.pth

@ -55,7 +55,7 @@ lr_config = dict(
) )
# runtime settings # runtime settings
# total_epochs = 1000 # total_epochs = 1000
total_iters = 10000 total_iters = 247917
evaluation = dict(interval=100, metric='mIoU') evaluation = dict(interval=100, metric='mIoU')
checkpoint_config = dict(interval=100) checkpoint_config = dict(interval=100)