Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] 请教BiLSTM_CRF_Model的结构设计 #367

Open
xmy7216 opened this issue Apr 29, 2020 · 1 comment
Open

[Question] 请教BiLSTM_CRF_Model的结构设计 #367

xmy7216 opened this issue Apr 29, 2020 · 1 comment
Assignees
Labels
pinned question Further information is requested

Comments

@xmy7216
Copy link

xmy7216 commented Apr 29, 2020

Environment

  • OS [e.g. Mac OS, Linux]: Linux
  • Python Version: python3.6
  • requirements.txt:
[Paste requirements.txt file here]

Question

我想请教一下关于BiLSTM_CRF_Model的结构设计,为什么要在BiLSTM后接一个激活函数为tanh的Dense层,然后再接一个线性Dense层,然后再输入到CRF中呢?
另外还有一个问题,做labeling任务的时候有dropout吗?我在代码中没有找到相关设置。

代码位置:

def build_model_arc(self):

@xmy7216 xmy7216 added the question Further information is requested label Apr 29, 2020
@stale
Copy link

stale bot commented Jun 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jun 8, 2020
@BrikerMan BrikerMan added pinned and removed wontfix This will not be worked on labels Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pinned question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants