The flag enable_checkpoint_and_export states to export to saved_model format after training, although running the script with this flag didn't actually export the saved_model.
Added the fix to correct behavior in resnet_ctl_imagenet_main.py and a flag to the horovod launcher script.
The flag
enable_checkpoint_and_export
states to export tosaved_model
format after training, although running the script with this flag didn't actually export the saved_model.Added the fix to correct behavior in resnet_ctl_imagenet_main.py and a flag to the horovod launcher script.