Google News
logo
TensorFlow.js - Interview Questions
Explain some Benefits of pre-made Estimators.
* Pre-made Estimators encode best practices, providing the following benefits :
 
* Best practices for determining where different parts of the computational graph should run, implementing strategies on a single machine or on a cluster.

* Best practices for event (summary) writing and universally useful summaries.

* If you don't use pre-made Estimators, you must implement the preceding features yourself.
Advertisement