Skip to content

Commit

Permalink
tests: add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Sep 24, 2021
1 parent d480d7d commit 137ff53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/paddle/tests/test_vision_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ def test_resnet101(self):
def test_resnet152(self):
self.models_infer('resnet152')

def test_googlenet(self):
self.models_infer('GoogLeNet')

def test_vgg16_num_classes(self):
vgg16 = models.__dict__['vgg16'](pretrained=False, num_classes=10)

Expand Down

0 comments on commit 137ff53

Please sign in to comment.