Make the initial tf.train.Checkpoint.restore() read Tensors in a batch
Should be faster when reading from distributed file systems. Does not affect cases where restore-on-create is necessary, but as long as variable objects have been created and tracked before restore() their reads should be batched together. PiperOrigin-RevId: 227911381
Loading
Please sign in to comment