Open HaozhengLi opened 5 years ago
New Code Updared.
Hi I met the same problem, did you solve it? Thank you.
https://github.com/DeepBrainAI/ERD/tree/master/torch
try the torch code ------------------ Original ------------------ From: "shaodiandian123"; Date: 2020年4月3日(星期五) 下午2:16 To: "DeepBrainAI/ERD"; Cc: "DeepBrainAI"; "Comment"; Subject: Re: [DeepBrainAI/ERD] local variable 't_words' referenced before assignment (#2)
Hi I met the same problem, did you solve it? Thank you.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
I use the Twitter_DataSet to train.
I successfully train a df_model but get errors while training a rl_model.
Here's my question, in line 181 we try to get .
But if we fail, there will not be a reachable , then errors occur.
So how can I run the code correctly?
Thank you.