BrikerMan/Kashgari

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

weil0258 opened this issue · 1 comments

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'])
]

stale commented

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.