-
I am new to HDinsight and I found the CNTK wheel file in the Bash URL provided in this page has expired, I changed other versions and that works. The script is as below and hope can help people like m…
-
I tried to install CNTK 2.2 (CPU version) on my Anaconda 3 (Python 3.6) by
```
pip install https://cntk.ai/PythonWheel/CPU-Only/cntk-2.2-cp36-cp36m-win_amd64.whl
```
as instructed on this link (ht…
-
1. Add this to using statements: using Microsoft.Toolkit.Uwp.Helpers;
2. In 4. Detect emotion using Azure Cognitive Services section, steps 2 and 3 are repetitive and already added in step 2 above.…
-
I am using
mpiexec -n 2 cntk configfile=FindWaldo.cntk
in a Command prompt
(as described in https://docs.microsoft.com/en-us/cognitive-toolkit/Multiple-GPUs-and-machines)
With version 2.4
The …
-
I've installed **cntk2.5.1, python2.7 CPU-only** version but i am not able to run the
tutorial : CNTK/Tutorials/NumpyInterop/FeedForwardNet.py.
This is the output:
```
Selected CPU as the proce…
-
By default the faster rcnn has a config for the AlexNet and VGG16 base models. I tried to get it to work with ResNet however I was not able to find the correct config parameters. I've used print para…
-
Installation of NVidia CUDA 9.0 is a pre-requisite before installation can continue
I get this while running .\DevInstall.ps1 -AnacondaBasePath "F:\anaconda3" -PyVersion 36
from devinstall\windows…
-
When **VS 2017** will be supported for Microsoft Cognitive Toolkit?
-
Google translation stopped working. I traced the code, and found that the returned text from google doesn't contaim "
ghost updated
5 years ago
-
Great to see Microsofts commitment to AI. MS has always pioneered the idea that serving developers should be a huge priority.
And as much as I appreciate that you're supporting Python and Tensorflo…