From 29254ebe0d7deb5c5091853970d3bbc34579c5f6 Mon Sep 17 00:00:00 2001 From: kolinwei <331911734@qq.com> Date: Mon, 23 Apr 2018 14:51:41 +0800 Subject: [PATCH] Update stacked_dynamic_lstm.py --- benchmark/fluid/stacked_dynamic_lstm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/fluid/stacked_dynamic_lstm.py b/benchmark/fluid/stacked_dynamic_lstm.py index 5fcbdd64a..73bcc47b4 100644 --- a/benchmark/fluid/stacked_dynamic_lstm.py +++ b/benchmark/fluid/stacked_dynamic_lstm.py @@ -23,10 +23,10 @@ import random import time import numpy -import paddle.v2 as paddle -import paddle.v2.dataset.imdb as imdb +import paddle +import paddle.dataset.imdb as imdb import paddle.fluid as fluid -from paddle.v2 import batch +import paddle.batch as batch import paddle.fluid.profiler as profiler -- GitLab