247917iters

pull/58/head
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
View File

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

View File

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