Skip to content

Commit 29254eb

Browse files
authored
Update stacked_dynamic_lstm.py
1 parent ae2b3cd commit 29254eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark/fluid/stacked_dynamic_lstm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
import time
2424

2525
import numpy
26-
import paddle.v2 as paddle
27-
import paddle.v2.dataset.imdb as imdb
26+
import paddle
27+
import paddle.dataset.imdb as imdb
2828
import paddle.fluid as fluid
29-
from paddle.v2 import batch
29+
import paddle.batch as batch
3030
import paddle.fluid.profiler as profiler
3131

3232

0 commit comments

Comments
 (0)