You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the tensorflow said: There should be no "ps" job for CollectiveAllReduceStrategy and MirroredStrategy. The "evaluator" job is optional and can have at most one task.
So add validation for evaluator that the number of evaluator should no more than 1.
The text was updated successfully, but these errors were encountered:
As the tensorflow said: There should be no "ps" job for CollectiveAllReduceStrategy and MirroredStrategy. The "evaluator" job is optional and can have at most one task.
So add validation for evaluator that the number of evaluator should no more than 1.
The text was updated successfully, but these errors were encountered: