google-research / deeplab2

DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of-the-art TensorFlow codebase for dense pixel labeling tasks.
Apache License 2.0
998 stars 157 forks source link

Please provide a way to change the evaluation frequency #128

Closed agaitanis closed 2 years ago

agaitanis commented 2 years ago

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

aquariusjay commented 2 years ago

Hi @agaitanis,

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

Cheers,

agaitanis commented 2 years ago

This worked: evaluator_options { eval_interval: 2000 } Thanks