Browse Source

bug fix

tags/v0.7.0-beta
yoonlee666 5 years ago
parent
commit
e18c7292d6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      model_zoo/official/nlp/bert/src/utils.py

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

@@ -20,6 +20,7 @@ Functional Cells used in Bert finetune and evaluation.
import os
import numpy as np
import mindspore.nn as nn
from mindspore import log as logger
from mindspore.ops import operations as P
from mindspore.common.tensor import Tensor
from mindspore.common import dtype as mstype


Loading…
Cancel
Save