Switch the eager GAN MNIST example to object-based checkpointing
- Removes variable_scopes, since they're no longer necessary (duplicate variable names are OK) - Switches up the counters a bit (global_step -> step_counter, checkpoint the epoch counter) PiperOrigin-RevId: 188190128
Loading
Please sign in to comment