google-research/deeplab2

Please provide a way to change the evaluation frequency

agaitanis opened this issue · 2 comments

The evaluation frequency is set to 5000 steps and I can't find a way to change it.

Hi @agaitanis,

Please check the proto (e.g., this one)

Cheers,

This worked:
evaluator_options {
eval_interval: 2000
}
Thanks