Skip to content

Commit 21ca05d

Browse files
committed
fix typo
1 parent 8f7ad79 commit 21ca05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/vision/models/alexnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__all__ = []
1919

2020

21-
class AlexNet(nn.Module):
21+
class AlexNet(nn.Layer):
2222
def __init__(self, num_classes=10):
2323
"""AlexNet model architecture from the
2424
`"One weird trick..." <https://arxiv.org/abs/1404.5997>`_ paper.

0 commit comments

Comments
 (0)