Browse Source

!14348 modify the import order

From: @alouhahahahaha
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
pull/14348/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
eec1b4441d
3 changed files with 1 additions and 1 deletions
  1. +0
    -0
      mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/include/nnacl/base/minimal_filtering_generator.h
  2. +0
    -0
      mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/include/nnacl/intrinsics/avx/common_utils.h
  3. +1
    -1
      model_zoo/official/nlp/gpt/src/utils.py

+ 0
- 0
mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/include/nnacl/base/minimal_filtering_generator.h View File


+ 0
- 0
mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/include/nnacl/intrinsics/avx/common_utils.h View File


+ 1
- 1
model_zoo/official/nlp/gpt/src/utils.py View File

@@ -17,6 +17,7 @@
network config setting, gradient clip function and dynamic learning rate function
"""
import numpy as np
import mindspore.nn as nn
from mindspore.ops import operations as P
from mindspore.ops import composite as C
@@ -24,7 +25,6 @@ from mindspore.ops import functional as F
import mindspore.common.dtype as mstype
from mindspore.common.tensor import Tensor
from mindspore.nn.learning_rate_schedule import LearningRateSchedule, PolynomialDecayLR, WarmUpLR, CosineDecayLR
import numpy as np
class GPTConfig:


Loading…
Cancel
Save