Skip to content

Commit

Permalink
refactor: python2 shims
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Sep 24, 2021
1 parent 137ff53 commit ca436e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/paddle/vision/models/googlenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from __future__ import division
from __future__ import print_function

import paddle
import paddle.nn as nn
import paddle.nn.functional as F
Expand Down

0 comments on commit ca436e4

Please sign in to comment.