microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.49k stars 4.3k forks source link

CNTK on Visual Studio 2019 #3787

Open solarflarefx opened 4 years ago

solarflarefx commented 4 years ago

Does CNTK work on Visual Studio 2019? I downloaded the code and can't seem to get it to compile. Has anyone successfully gotten CNTK to work in Visual Studio 2019 (in particular for C# projects)?

Phillweston commented 4 years ago

No! Up to VS2017. I think you should wait for update of CNTK to compatible with VS2019.

mhcoen commented 4 years ago

CNTK works fine with Visual Studio 2019 in C++ for me, using the latest Windows SDK (10.0) and platform toolset (v142).

Phillweston commented 4 years ago

CNTK works fine with Visual Studio 2019 in C++ for me, using the latest Windows SDK (10.0) and platform toolset (v142).

Can you share the results of running the install.bat file? I suggest that vs2017 environment is needed.

thiagocrepaldi commented 4 years ago

We would love to receive PRs on making CNTK to work on VS2019, including changes to install.bat and the installation documentation (e.g. https://docs.microsoft.com/en-us/cognitive-toolkit/Setup-Windows-Binary-Script)

AlexandrSpirin commented 3 years ago

Why CNTK dont work on VS2019? When it`s start works on new versions?