accord-net / framework

Machine learning, computer vision, statistics and general scientific computing for .NET
http://accord-framework.net
GNU Lesser General Public License v2.1
4.46k stars 2k forks source link

Exception while loading MNIST Dataset #1555

Open michasacuer opened 5 years ago

michasacuer commented 5 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!

WYishai commented 5 years ago

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.