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.
2 parents 51ea492 + 908742d commit d4cd02bCopy full SHA for d4cd02b
research/deeplab/model_test.py
@@ -78,7 +78,7 @@ def testBuildDeepLabv2(self):
78
79
# Expected number of logits = len(image_pyramid) + 1, since the
80
# last logits is merged from all the scales.
81
- self.assertEquals(len(scales_to_logits), expected_num_logits[i])
+ self.assertEqual(len(scales_to_logits), expected_num_logits[i])
82
83
def testForwardpassDeepLabv3plus(self):
84
crop_size = [33, 33]
0 commit comments