Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Sep 24, 2021
1 parent a568e3c commit d480d7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/paddle/vision/models/googlenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@

import paddle
import paddle.nn as nn
import paddle.nn as nn
import paddle.nn.functional as F

from paddle import ParamAttr
from paddle.fluid.param_attr import ParamAttr
from paddle.nn import Conv2D, Linear, Dropout
from paddle.nn import MaxPool2D, AvgPool2D
from paddle.nn.initializer import Uniform
Expand Down

0 comments on commit d480d7d

Please sign in to comment.