Making TF TransfoXL model compliant with AMP (#10264)
* Fix AMP * Apply style * Remove unused import
This commit is contained in:
@@ -205,10 +205,6 @@ class TFTransfoXLModelTest(TFModelTesterMixin, unittest.TestCase):
|
||||
name = model.get_bias()
|
||||
assert name is None
|
||||
|
||||
def test_mixed_precision(self):
|
||||
# TODO JP: Make TransfoXL float16 compliant
|
||||
pass
|
||||
|
||||
def test_xla_mode(self):
|
||||
# TODO JP: Make TransfoXL XLA compliant
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user