mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
247917iters
This commit is contained in:
parent
6435e3e162
commit
a5f1095c05
1
.gitignore
vendored
1
.gitignore
vendored
@ -115,6 +115,7 @@ data
|
||||
work_dirs/
|
||||
workdirs/
|
||||
configs_unify/
|
||||
results/
|
||||
|
||||
# Pytorch
|
||||
*.pth
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user