我按照此链接中的说明将 VSCode 用于 cntk。
但是得到了这个错误:
Traceback (most recent call last):
File "c:\DebugLabs\VSCodeProjects\TestPython\experiment_1.py", line 6, in <module>
from cntk import Trainer, cntk_device, StreamConfiguration, learning_rate_schedule, UnitType
ImportError: cannot import name 'cntk_device'
在launch.json
和settings.json
文件中,我都有
"python.pythonPath": "C:\\local\\Anaconda3-4.1.1-Windows-x86_64\\envs\\cntk-py34\\python",
在 中tasks.json
,我有:
"command": "C:\\local\\Anaconda3-4.1.1-Windows-x86_64\\envs\\cntk-py34\\python",
我在配置中缺少什么?