model-analysis
model-analysis copied to clipboard
Fix the contrib estimator exporting
tensorflow.contrib.tensor_forest.client.random_forest.TensorForestEstimator this happens to fall under the standard estimator category
TensorForestEstimator doesn't seem to have experimental_export_all_saved_models defined on it, so I'm not sure I understand the intent of this change.