We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ae37c commit 4b566d4Copy full SHA for 4b566d4
official/utils/misc/distribution_utils_test.py
@@ -44,12 +44,6 @@ def test_mirrored_strategy(self):
44
for device in ds.extended.worker_devices:
45
self.assertIn('GPU', device)
46
47
- def test_override_strategy(self):
48
- ds = distribution_utils.get_distribution_strategy(
49
- distribution_strategy='collective', num_gpus=2)
50
- self.assertTrue(
51
- isinstance(ds, tf.contrib.distribute.CollectiveAllReduceStrategy))
52
-
53
54
class PerDeviceBatchSizeTest(tf.test.TestCase):
55
"""Tests for per_device_batch_size."""
0 commit comments