TF Checkpoint V2: switch tf.train.Saver's restore op to RestoreV2.
This prepares us for the upcoming V2 format: this change makes Saver backward-compatible with the V1 format, since the RestoreV2 op can read both V1 and V2 checkpoints. *IF THIS BREAKS YOU*: Likely you just need to replace some whitelist / golden file to include "RestoreV2" instead of "RestoreSlices". Change: 134306307
Loading
Please sign in to comment