Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit b34c106

Browse files
authored
Merge pull request #173 from qlzh727/patch-1
Stop exporting resnet50.py
2 parents 976050c + a3fd990 commit b34c106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: keras_applications/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def correct_pad(backend, inputs, kernel_size):
5252

5353
from . import vgg16
5454
from . import vgg19
55-
from . import resnet50
5655
from . import inception_v3
5756
from . import inception_resnet_v2
5857
from . import xception

0 commit comments

Comments
 (0)