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/
|
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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user