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

Which version of the CNTK to use for video cards 3070 #3848

Open andreyiva111 opened 3 years ago

andreyiva111 commented 3 years ago

Hello! I tried to use version 2.7, but when I run the train model, the program freezes. Or when trying to use a model in C ++ after going into "model-> Evaluate (inputDataMap, outputDataMap, device);" the program also freezes.

OS windows 10 x64, nvidia 3070, cntk 2.7.0 (also tried to use v2.8.0-rc0.dev20200201, same problems)

delzac commented 3 years ago

CNTK 2.7 runs on CUDA 10. RTX3000 series requires a higher version of CUDA. CNTK can run on 2000 series cards.