Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 655 Bytes

File metadata and controls

16 lines (10 loc) · 655 Bytes

NeuralNetCore

Porting of the Microsoft Cognitive Toolkit (CNTK) Recurrent Neural Network (RNN) python example to .NET Core

a) Download CNTK version 2.6 (Windows+Linux) from:

b) Extract it to C:\Local\cntk-2.6

c) Add the binarie path C:\Local\cntk-2.6\cntk to the PATH environment variable

d) Install Microsoft C++ Redistributable 2013 and Microsoft C++ Redistributable 2017

e) Run the test project dotnet test --framework netcoreapp2.1

Refactored from: