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

converting model saving BinaryFormatter format to ProtoBuf format #40

Closed zamgi closed 2 years ago

GeorgeS2019 commented 2 years ago

Can you visualize the saved models in ProtoBuf using Netron?

zhongkaifu commented 2 years ago

Thanks @zamgi . Using ProtoBuf would be a great feature. I will take a look today.

zamgi commented 2 years ago

Can you visualize the saved models in ProtoBuf using Netron?

Hi @GeorgeS2019, I don't know. I have never tried. For visualize any models (in any format) using Netron we need convert this model to any supported format (which are specified in Netron github)

zamgi commented 2 years ago

Thanks @zamgi . Using ProtoBuf would be a great feature. I will take a look today.

Hi @zhongkaifu ! (U tool is great!) I broke your code formatting. This can make it difficult to understand the changes who i made.