microsoft / CNTK

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

How to make Cmake for c++ project using CNTK libraries in linux #3804

Open haryngod opened 4 years ago

haryngod commented 4 years ago

Hi guys.

I am trying to build my project with CNTK libraries which is built in linux v2.7. I success to build CNTK c++ version and I got shared libraries.

I hope to know how could I make cmake files for this.

Have you guys have some simple example or Could you give me a tip?