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

ner: cnn+lstm and bigru mod ,The code is the same #491

Open
weil0258 opened this issue Jun 8, 2022 · 1 comment
Open

ner: cnn+lstm and bigru mod ,The code is the same #491

weil0258 opened this issue Jun 8, 2022 · 1 comment
Assignees
Labels
question Further information is requested wontfix This will not be worked on

Comments

@weil0258
Copy link

weil0258 commented Jun 8, 2022

The code is the same:in
layer_stack = [
L.Bidirectional(L.GRU(**config['layer_bgru']), name='layer_bgru'),
L.Dropout(**config['layer_dropout'], name='layer_dropout'),
L.TimeDistributed(L.Dense(output_dim, **config['layer_time_distributed']), name='layer_time_distributed'),
L.Activation(**config['layer_activation'])
]

@weil0258 weil0258 added the question Further information is requested label Jun 8, 2022
@stale
Copy link

stale bot commented Jun 18, 2023

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 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants