mlcommons / training

Reference implementations of MLPerf™ training benchmarks
https://mlcommons.org/en/groups/training
Apache License 2.0
1.57k stars 548 forks source link

Command line options in bert training #688

Open mahmoodn opened 7 months ago

mahmoodn commented 7 months ago

Hi In the readme file of language_model/bert, I see the final training command has the following options:

  --do_eval \
  --nodo_train \

I was wondering what does that mean exactly? So, is that really a training command?