From 73c474728bc467c8dcec8999e14a6e9c79941a3a Mon Sep 17 00:00:00 2001 From: Xiaoyao Xi <24541791+xixiaoyao@users.noreply.github.com> Date: Wed, 29 Apr 2020 02:38:18 +0800 Subject: [PATCH] Update models.py --- examples/emotion_detection/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/emotion_detection/models.py b/examples/emotion_detection/models.py index 6372cb7..02d5bd4 100644 --- a/examples/emotion_detection/models.py +++ b/examples/emotion_detection/models.py @@ -13,7 +13,7 @@ # limitations under the License. import paddle.fluid as fluid 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 from hapi.model import Model from hapi.text.text import GRUEncoderLayer as BiGRUEncoder -- GitLab