Enable tf.Module + sharded variable test given the integration is in place.

PiperOrigin-RevId: 338319945
Change-Id: I6a2a0bd397f035e6fbce9fce4eda5e154ed38604
This commit is contained in:
Chenkai Kuang 2020-10-21 12:45:04 -07:00 committed by TensorFlower Gardener
parent 898c3b6d33
commit 9fe37b34f5

View File

@ -364,7 +364,6 @@ class ShardedVariableTest(test.TestCase):
self.assertAllEqual(variables, got)
def test_tf_module(self):
self.skipTest('integration with tf.module is not added yet.')
class Model(module.Module):