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
193 stars 38 forks source link

Release not found: https://github.com/zhongkaifu/Seq2SeqSharp/releases/tag/20210125] #31

Closed ysisoftwareiq closed 2 years ago

ysisoftwareiq commented 2 years ago

I tried to get the release https://github.com/zhongkaifu/Seq2SeqSharp/releases/tag/20210125

but got 404 code.

Please let me know where to get the release with medical data corpus and trained models.

I would like to test it and try to use it in our applications.

Your 2 samples of medical text classification are very cool.

Thanks Yury

zhongkaifu commented 2 years ago

Hi @ysisoftwareiq

I just released a latest version: https://github.com/zhongkaifu/Seq2SeqSharp/releases/tag/RELEASE_2_4 , you can try it out.

Thanks Zhongkai Fu