tensorflow / lingvo

Lingvo
Apache License 2.0
2.82k stars 445 forks source link

unreplicate_metrics=True fails on my training #331

Open drpngx opened 1 year ago

drpngx commented 1 year ago

Not sure why, but if summary_utils.write_summary_every_n_steps(... in lingvo/jax/train.py fails because the metric is not replicated. I have set unreplicate_metrics=False and it works for me.