I'm having some issues at running CNTK on c# wrapper. I see rold2007 had success on doing the same thing. There got to be something simple that I missed. Any advice would be greatly appreciated.
The steps I used are as follow:
- use the source code from C#
- generate a new dos application and copy the new code to it.
- building the program, the following error occurred at line
using (var model = new IEvaluateModelManagedF())
Wit error message:
Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'IEvaluateModelManagedF' could not be found (are you missing a using directive or an assembly reference?)
VS version: vs community 2015 OS: windows 10. CNTK: Downloaded binary. Able to run a sample program.