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

VisNNFile is not a valid parameter #23

Closed GeorgeS2019 closed 2 years ago

GeorgeS2019 commented 2 years ago

Seq2SeqConsole.exe -Task VisualizeNetwork -VisNNFile Seq2SeqConsole.png -EncoderType Transformer -EncoderLayerDepth 2 -DecoderLayerDepth 2

VisNNFile is not a valid parameter

Is the Task VisualizeNetwork working?

==> found the network visualization codes. Is there a plan in future to bring them back?

zhongkaifu commented 2 years ago

No, it's not working after Seq2SeqSharp migrated to .NET core, because the library to render graphics doesn't support in .NET core.