Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
projects
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
20200801020
projects
Commits
27e03ea2
Commit
27e03ea2
authored
Sep 05, 2020
by
teacherwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
9bdff895
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
review.txt
+17
-0
No files found.
review.txt
0 → 100644
View file @
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment