def main(_): logging.info('Current tf version: %s', tf.__version__) logging.info('Current tf git version: %s', tf.__git_version__) run_training()