estimator icon indicating copy to clipboard operation
estimator copied to clipboard

TensorFlow Estimator

Results 8 estimator issues
Sort by recently updated
recently updated
newest added

Here need to do a conversion, otherwise, the user may change the input_receiver.features that will cause the input_receiver.features to be changed.

awaiting review

First export mechanism in BestExporter will export worse model when trainig tasks restart. @tensorflower-gardener This bug is attached with this [issue](https://github.com/tensorflow/tensorflow/issues/47396). Please review it and give some suggestions. Thanks.

cla: yes
XS
awaiting review

This PR adds support for using a SavedModel with `WarmStartSettings` by passing `[saved_model_export_dir]/variables` to `WarmStartSettings.ckpt_to_initialize_from` as discussed in https://github.com/tensorflow/tensorflow/issues/25400. It may be nicer to just change `WarmStartSettings` to accept the...

cla: yes
M
awaiting review

### Why In estimator, we need to print final best eval result when using the best exporter.

cla: yes
S
awaiting review

when run in distribute mode, it will cause race condition of `_save_first_checkpoint`. So, we should judge if its task_type is chief.

cla: yes
XS
awaiting review

Cherrypicking fix for GitHub Issue https://github.com/tensorflow/tensorflow/issues/28018 to Estimator 1.15 branch. PiperOrigin-RevId: 314226004

cla: yes
M
waiting for patch release

Replace the deprecated `inspect.getargspec` with `inspect.getfullargspec` as the first is deprecated in favor of the latter. See here: https://docs.python.org/3/library/inspect.html#inspect.getargspec

deepcopy of input_receiver.features avoid changing input_receiver.features in model_fn