zhongkaifu / Seq2SeqSharp

Seq2SeqSharp is a tensor based fast & flexible deep neural network framework written by .NET (C#). It has many highlighted features, such as automatic differentiation, different network types (Transformer, LSTM, BiLSTM and so on), multi-GPUs supported, cross-platforms (Windows, Linux, x86, x64, ARM), multimodal model for text and images and so on.
Other
197 stars 37 forks source link

Sequence Label task #3

Closed bratao closed 4 years ago

bratao commented 5 years ago

Hi @zhongkaifu , Congratulations on the new lib. I'm very excited about it!

One question, do you think that it is viable to implement a Sequence Label task using Seq2SeqSharp ? Or RNNSharp is better suited for it?

zhongkaifu commented 5 years ago

Thanks @bratao Technically, the answer is yes, but CRF layer has not get implmeneted in Seq2SeqSharp yet. Besides this, RNNSharp uses more complex format and features than Seq2SeqSharp, it also has to be migrated (maybe re-implemented) in Seq2SeqSharp.

zhongkaifu commented 4 years ago

Seq2SeqSharp supports sequence-labeling task now. You can try Seq2LabelConsole.exe tool