Open michasacuer opened 6 years ago
Hi, When i want to download MNIST dataset to my C# Console app in the way like in your documentation:
MNIST mnist = new MNIST()
i got an error:
System.IO.FileNotFoundException: 'Could not load file or assembly 'SharpZipLib.NETStandard, Version=0.86.0.1, Culture=neutral, PublicKeyToken=null'.
How to solve this problem? Thanks for help!
It seems like the version 0.86 of the package SharpZipLib is not fully compliant with the .NETStandard. I think that in the new version (1.0.0) of this package it fixed, so update the dependency will fix this.
Hi, When i want to download MNIST dataset to my C# Console app in the way like in your documentation:
MNIST mnist = new MNIST()
i got an error:
How to solve this problem? Thanks for help!