This is a large, yet important PR, to update the cloudml-template, along with its associated examples, to use TensorFlow v1.13 APIs. The update includes:
Simplifying the metadata.py
Use the TF 1.13 APIs in the canned estimators
Remove the use of custom estimators
Renaming input.py to inputs.py, since it was causing issues when importing
Creating a separate experiment.py module, and leave task.py module as the entry point only.
This is a large, yet important PR, to update the cloudml-template, along with its associated examples, to use TensorFlow v1.13 APIs. The update includes:
This change is