Commit f308700e by teacherwang

Delete review.txt

parent 27e03ea2
Summary:
尝试修改老师的代码,并使用新的embedding方法完成任务,可以通过断点调试的方式找出报错原因
Detailed Comments:
1、考虑下,为什么LSTM的损失函数不收敛,可以用断点调试跟踪loss
2、可以尝试通过将源代码分步增加功能的方式,来判断到底修改到哪一模块时,LSTM的损失函数不再收敛,从而确定问题所在。
比如先替换embedding部分,确定没有问题,再逐步增加get_multi_metrics等部分,看到底增加到哪一步时,程序出现了问题
Overall Score: 80
--------------------------------------------------------------------------------------------------------------------------
Thanks for your efforts.
-Your instructor
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment