Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 6def2ce

Browse files
afrozenatorCopybara-Service
authored andcommitted
Remove deprecated ps_devices argument.
PiperOrigin-RevId: 219215973
1 parent 2cc873a commit 6def2ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensor2tensor/models/research/transformer_moe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def decorated(x, *args, **kwargs):
106106
layers = common_attention.get_standardized_layers(
107107
hparams=hparams,
108108
dp=dp,
109-
ps_devices=self._ps_devices,
110109
)
111110

112111
if hparams.mode == tf.estimator.ModeKeys.TRAIN:

0 commit comments

Comments
 (0)