Browse Source

!10533 lstm script fix

From: @ttudu
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @c_34
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 5 years ago
parent
commit
f79e3bdb39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      model_zoo/official/nlp/lstm/eval.py

+ 1
- 1
model_zoo/official/nlp/lstm/eval.py View File

@@ -20,7 +20,7 @@ import os

import numpy as np

from src.config import lstm_cfg as cfg, lstm_cfg_ascend
from src.config import lstm_cfg, lstm_cfg_ascend
from src.dataset import lstm_create_dataset, convert_to_mindrecord
from src.lr_schedule import get_lr
from src.lstm import SentimentNet


Loading…
Cancel
Save