CNTK
CNTK copied to clipboard
Evaluating CNTK Cpp on windows 7 caused KernelBase.dll exception
Hi, I'm trying to run the CNTKLibraryCPPEvalCPUOnlyExamples on my Windows 7 SP1 computer (Visual studio 2017 [version 15.7.2], Debug). I downloaded the project dependencies from NuGet.
During evaluation of Resnet (resnet20.dnn) "evaluate model" function I get an exception
modelFunc->Evaluate(inputDataMap, outputDataMap, device);
Unhandled exception at .... (KernelBase.dll) in CNTKLibraryCPPEvalCPUOnlyExamples.exe. Module not found (parameters:...)
(My KernelBase.dll reside on C:\windows\system32\kernelbase.dll, Version: 6.1.7601.24150 - win7sp1_ldr_secrow.180528-1700)
I believe that CNTK suppose to work with windows 8 / 10 dlls, that's might be the issue. But what can I do if I have to run on windows 7? Can I copy KernelBase.dll from windows 10?
I tried to change the project properties --> windows SDK version to 8.1 / 10.0.17134.0 / 10.0.10586.0 but nothing changed.
Any help would be highly appreciated :)
I met the same error too, had you solved this problem?
No
I gave up
On Fri, Sep 18, 2020, 3:35 PM MinJac [email protected] wrote:
I met the same error too, had you solved this problem?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/CNTK/issues/3395#issuecomment-694841539, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFWX25FHP5UBB2P3IBDPVLSGNH2PANCNFSM4FU3OTTQ .