BrikerMan / Kashgari

Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
http://kashgari.readthedocs.io/
Apache License 2.0
2.4k stars 441 forks source link

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

Open weil0258 opened 2 years ago

weil0258 commented 2 years ago

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[bot] commented 1 year ago

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.