Some improvements and bug fixes to Controller:
1. Fix a bug that checkpoint will be saved after every training loop. 2. Only create the training and eval summaries writers if the corresponding `train_fn` and `eval_fn` are passed. 3. Flush the summary writers after training and eval finish. 4. Add a Controller test. Also make sure there is no evaluation happening in Resnet CTL example if `skip_eval=True`. PiperOrigin-RevId: 301489305
Showing
Please register or sign in to comment