Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/cifar10/train_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_1x_v100(self):
# Assertions are deferred until the test finishes, so the metrics are
# always reported and benchmark success is determined based on *all*
# assertions.
self.assertBetween(sec_per_epoch, 80., 84.)
self.assertBetween(end_error_rate, 0.30, 0.36)

# Use the reporting API to report single or multiple metrics/extras.
Expand Down
1 change: 0 additions & 1 deletion examples/imagenet/train_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_8x_v100_half_precision(self):
# Assertions are deferred until the test finishes, so the metrics are
# always reported and benchmark success is determined based on *all*
# assertions.
self.assertBetween(sec_per_epoch, 210, 240)
self.assertBetween(end_accuracy, 0.06, 0.09)

# Use the reporting API to report single or multiple metrics/extras.
Expand Down
1 change: 0 additions & 1 deletion examples/mnist/train_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def test_cpu(self):
# Assertions are deferred until the test finishes, so the metrics are
# always reported and benchmark success is determined based on *all*
# assertions.
self.assertBetween(sec_per_epoch, 14., 16.)
self.assertBetween(end_eval_accuracy, 0.98, 1.0)

# Use the reporting API to report single or multiple metrics/extras.
Expand Down