Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#123 from Steffy-zxf/delete-ipdb
Browse files Browse the repository at this point in the history
Delete the code (import ipdb)
  • Loading branch information
tianxin authored Jun 11, 2019
2 parents 48c5de2 + 1df04ca commit 912df64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ELMo/LAC_demo/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from paddle.fluid.initializer import NormalInitializer
import paddle.fluid.layers as layers
from bilm import elmo_encoder
import ipdb


def lex_net(args, word_dict_len, label_dict_len):
Expand Down

0 comments on commit 912df64

Please sign in to comment.