Re-order arguments on the replicated model_fn.
This supports the use cases that call Estimator's model_fn via positional arguments. The right order is defined by Estimator as follows: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/estimator/estimator.py#L102. PiperOrigin-RevId: 175624067
Loading
Please sign in to comment