ffn icon indicating copy to clipboard operation
ffn copied to clipboard

Combine multiple sess.run into one ?

Open whatdhack opened this issue 4 years ago • 0 comments

Wondering why was the next(batch_it) sess.run was not incorporated in the in the immediately following sess.run in run_training_step() ?

https://github.com/google/ffn/blob/3ea523c5475bacc2108df0071a8004f71dfbab65/train.py#L682

https://github.com/google/ffn/blob/3ea523c5475bacc2108df0071a8004f71dfbab65/train.py#L684

whatdhack avatar Apr 20 '21 23:04 whatdhack