TPUEstimator: always force dequeue operations to execute.
If a hostcall does not use the result of an outfeed_dequeue operation, the resulting values remains on the outfeed. This eventually stalls the training process. This CL executes all outfeed_dequeue operations explicitly when running hostcalls to ensure the outfeed is drained. PiperOrigin-RevId: 229812586
Loading
Please sign in to comment