未验证 提交 73c47472 编写于 作者: X Xiaoyao Xi 提交者: GitHub

Update models.py

上级 d8fbe698
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
import paddle.fluid as fluid import paddle.fluid as fluid
from paddle.fluid.dygraph.nn import Linear, Embedding from paddle.fluid.dygraph.nn import Linear, Embedding
from paddle.fluid.dygraph.base import to_variable # from paddle.fluid.dygraph.base import to_variable
import numpy as np import numpy as np
from hapi.model import Model from hapi.model import Model
from hapi.text.text import GRUEncoderLayer as BiGRUEncoder from hapi.text.text import GRUEncoderLayer as BiGRUEncoder
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册