You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Environment
[Paste requirements.txt file here]
Question
我想请教一下关于BiLSTM_CRF_Model的结构设计,为什么要在BiLSTM后接一个激活函数为tanh的Dense层,然后再接一个线性Dense层,然后再输入到CRF中呢?
另外还有一个问题,做labeling任务的时候有dropout吗?我在代码中没有找到相关设置。
代码位置:
Kashgari/kashgari/tasks/labeling/models.py
Line 96 in e1af43d
The text was updated successfully, but these errors were encountered: