Don't cache RNN weights in while loops since it's possible that train steps...
Don't cache RNN weights in while loops since it's possible that train steps could be updating the weights. This is specifically true on TPUS (tpu.repeat). Also, fix the `testDynamicRnnTrainLoop` unit test. PiperOrigin-RevId: 202565323
Loading
Please sign in to comment