microsoft / CNTK

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

ModuleNotFoundError: No module named 'cntk' #2518

Open sajid227 opened 6 years ago

sajid227 commented 6 years ago

I have installed anaconde by downloading its exe, then by running the juptyer notebook I was able to open the link in the browser,then I upload home work assignment ,when i run the code in assignment,its give me error

`ModuleNotFoundError Traceback (most recent call last)

in () 6 import sys 7 import os ----> 8 import cntk as C 9 get_ipython().magic('matplotlib inline') ModuleNotFoundError: No module named 'cntk'`
sajid227 commented 6 years ago

Actually, I was solving the Deep Learning Home work.

ghost commented 6 years ago

You have not specified anything about whether or not you have installed CNTK and if you have , how have you done it. This is mostly related to a path problem.

Try to ask such questions on StackOverFlow.