alznn

Results 1 issues of alznn

https://github.com/google-research/albert/blob/0c88e1e0cdab54593ec5c485c5e27a3bb16949ad/run_squad_v1.py#L463 As tittle, the issue happen when setting **_--do_train=False_** and **_--do_predict=true_** The way I fix it is adding `num_train_steps = int(len(eval_examples) / FLAGS.predict_batch_size * FLAGS.num_train_epochs)` under the code `eval_examples =...