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

Any plan to make the model format more "standard"? #8

Closed GeorgeS2019 closed 4 years ago

GeorgeS2019 commented 4 years ago

It just happens that I set the .Model to be linked to Netron.

I understand that this is not a trivial work, however, I think as more and more users discover this work, it will no longer me who will feedback this :-)

image

image

zhongkaifu commented 4 years ago

What's the meaning of "standard" ? The different frameworks have different format of their models. :)