Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flytocc committed Mar 24, 2023
1 parent 2b990c0 commit 4e34185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ppcls/arch/backbone/model_zoo/tinynet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# copyright (c) 2021 PaddlePaddle Authors. All Rights Reserve.
# copyright (c) 2023 PaddlePaddle Authors. All Rights Reserve.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Code was based on https://github.com/lukemelas/EfficientNet-PyTorch
# reference: https://arxiv.org/abs/1905.11946
# Code was based on https://gitee.com/mindspore/models/tree/master/research/cv/tinynet
# reference: https://arxiv.org/abs/2010.14819

import paddle.nn as nn

Expand Down

0 comments on commit 4e34185

Please sign in to comment.