The GeneratorDataset init function was being run during Initialization which...
The GeneratorDataset init function was being run during Initialization which is a blocking Op. Moving it to the GetNext call which is a non blocking async op. This means we can now revert back to the default of 2 threads per GPU. PiperOrigin-RevId: 214614839
Loading
Please sign in to comment