简体   繁体   English

如何在pyCharm中运行.cntk文件

[英]How to run .cntk file in pyCharm

I am new in cntk and python and I do not know how or where in pyCharm execute command: 我是cntk和python的新手,我不知道pyCharm如何或在哪里执行命令:

cntk configFile=ImageHandsOn.cntk cntk configFile = ImageHandsOn.cntk

from tutorial: https://docs.microsoft.com/en-us/cognitive-toolkit/Hands-On-Labs-Image-Recognition 从教程中获取: https : //docs.microsoft.com/zh-cn/cognitive-toolkit/Hands-On-Labs-Image-Recognition

CNTK and other libraries are configured correctly for Python 3.5. 为Python 3.5正确配置了CNTK和其他库。

Best regards, Chris 最好的问候,克里斯

The link that you provided is the old Branscript language in CNTK, you can't use Brainsscript with PyCharm. 您提供的链接是CNTK中的旧Branscript语言,您不能将Brainsscript与PyCharm结合使用。

For Python please look at those tutorials: https://github.com/Microsoft/CNTK/tree/master/Tutorials 对于Python,请查看这些教程: https : //github.com/Microsoft/CNTK/tree/master/Tutorials

Thanks, 谢谢,
Emad 埃玛德

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM