"examples/m2m_100/vscode:/vscode.git/clone" did not exist on "c394d7d13ebd01f9e1eac2a1c18a79e8867b2a2d"
Commit 504f2550 authored by ghpark's avatar ghpark
Browse files

Rename test

parent 315506c9
......@@ -116,7 +116,7 @@ class DetectionTest(tf.test.TestCase):
state = task.aggregate_logs(step_outputs=logs)
task.reduce_aggregated_logs(state)
class DetectionTest_tfds(tf.test.TestCase):
class DetectionTFDSTest(tf.test.TestCase):
def test_train_step(self):
config = detr_cfg.DetrTask(
......@@ -177,7 +177,7 @@ class DetectionTest_tfds(tf.test.TestCase):
state = task.aggregate_logs(step_outputs=logs)
task.reduce_aggregated_logs(state)
class DetectionTest_tfrecord(tf.test.TestCase):
class DetectionTFRecordTest(tf.test.TestCase):
def test_train_step(self):
config = detr_cfg.DetrTask(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment