diff --git a/examples/MNIST/Program.cs b/examples/MNIST/Program.cs index 2b7da3f6..d4ebd1d8 100644 --- a/examples/MNIST/Program.cs +++ b/examples/MNIST/Program.cs @@ -26,9 +26,9 @@ static void Main(string[] args) var (train, val) = DataSetParser.MNIST(trainImagePath, trainLabelPath, valImagePath, valLabelPath, batchSize, 1); var model = new Module(); - BuildNNModel(model); + //BuildNNModel(model); //BuildSymbolModel(model); - //BuildConvNNModel(model); + BuildConvNNModel(model); model.Fit(train, 10, batchSize, val); diff --git a/src/MxNetLib/MxNetLib.csproj b/src/MxNetLib/MxNetLib.csproj index 9c7ac89c..15462389 100644 --- a/src/MxNetLib/MxNetLib.csproj +++ b/src/MxNetLib/MxNetLib.csproj @@ -1,10 +1,10 @@ - + - netstandard2.0 + net46;netstandard2.0 7.2 AnyCPU;x64 - 1.0.6 + 1.1.0 Deepak Battini C# Binding for the Apache MxNet library with some high level API defined in MxNet.NN. @@ -12,13 +12,14 @@ MxNet is a deep learning framework designed for both efficiency and flexibility. It allows you to mix symbolic and imperative programming to maximize efficiency and productivity. At its core, MXNet contains a dynamic dependency scheduler that automatically parallelizes both symbolic and imperative operations on the fly. A graph optimization layer on top of that makes symbolic execution fast and memory efficient. MXNet is portable and lightweight, scaling effectively to multiple GPUs and multiple machines. MXNet is more than a deep learning project. It is a collection of blue prints and guidelines for building deep learning systems, and interesting insights of DL systems for hackers. - https://github.com/deepakkumar1984/mxnetlib/ - https://github.com/deepakkumar1984/mxnetlib/ + https://github.com/tech-quantum/mxnetlib/ + https://github.com/tech-quantum/mxnetlib/ git deep learning, mxnet, csharp, .net, neural network false - LICENSE - https://raw.githubusercontent.com/deepakkumar1984/mxnetlib/master/icon_32.PNG + https://raw.githubusercontent.com/tech-quantum/mxnetlib/master/icon_32.PNG + https://raw.githubusercontent.com/tech-quantum/mxnetlib/master/LICENSE + mxnetlib @@ -31,6 +32,7 @@ MXNet is more than a deep learning project. It is a collection of blue prints an true + false