-
I cloned CNTK and built it on Windows. Now I want to deploy it on other systems to try in our organization. What are the minimal software needed to run CNTK? Is there any documentation on this?
…
-
I am trying to train resnet using COCO dataset
However I am not getting any idea of the label format of cntk..
How should I format COCO dataset label...?
-
Since a while I am trying to import my CNTK model into the ELL environment. But the import does not work. It is only a conversion from .cntk to .ell (https://microsoft.github.io/ELL/tutorials/Importi…
-
The wheels for CNTK v2.3.1 for Python 3.6 (both CPU-only and GPU) from https://docs.microsoft.com/en-us/cognitive-toolkit/setup-windows-python?tabs=cntkpy231#1-install-from-pypi do not seem to work pr…
-
Hi. I wanted to install CNTK on my Jetson TX1 (Ubuntu 16 - ARM64) and was reading the install instructions at: [](url)https://docs.microsoft.com/en-us/cognitive-toolkit/Setup-CNTK-on-Linux
Can CN…
-
Hello,
I am using CNTK 2 with python 3.6 (with anaconda 4.4) on linux (Ubuntu 16.04). I tried implementing a custom function (as described here: https://www.cntk.ai/pythondocs/extend.html ) to mod…
-
The documentation tells me: https://docs.microsoft.com/en-us/cognitive-toolkit/setup-linux-python?tabs=cntkpy251
>CNTK requires OpenMPI 1.10.x to be installed on your system. On Ubuntu 16.04 instal…
-
Does CNTK work on Visual Studio 2019? I downloaded the code and can't seem to get it to compile. Has anyone successfully gotten CNTK to work in Visual Studio 2019 (in particular for C# projects)?
-
I have setup that includes a binary data file and a Brainscript script. I would like to train the network making sure that the training is done in a deterministic fashion. I see that the deprecated sy…
-
While I was installing CNTK with scripts on Windows, I encountered the following error.
```
This script will setup CNTK, the CNTK prerequisites and the CNTK Python environment onto the system.
…