247917iters
parent
6435e3e162
commit
a5f1095c05
|
@ -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…
Reference in New Issue