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

I cannot open the zip files #49

Closed piedralaves closed 2 years ago

piedralaves commented 2 years ago

Describe the bug I cannot open the zip files you provided for data. I mean the Release Packages.

To Reproduce They downloaded propertly but I cannot open them in my desktop. What I am doing wrong?

Thanks a lot. I appreciate your work.

zhongkaifu commented 2 years ago

Hi @piedralaves

Which software did you use to unzip the release package ? I just tried it by 7-zip and it works.

piedralaves commented 2 years ago

Yes. I had used winrar. My solution was to repair zip file with winrar instead of open them directly. I can open some of them now. Thanks.