-
Platform (like ubuntu 16.04/win10): ubuntu 16.04
Python version:2.7
Source framework with version (like Tensorflow 1.4.1 with GPU):Tensorflow with GPU
Destination framework with version (like…
-
I have tried both the script setup and pip install methods a couple of times now, but still not able to run the demos.
In the demo Examples/Image/Detection I am not able to run the command `python …
-
Hi,
I've been trying to refine the parameters of a model I have previously trained, based in the CNTk GAN tutorial. The loss of this model's (which I use as the generator) training is based in the …
-
The demo code looks great, and I was able to run it without any problem. I am just curious, what the model is. Is it trained with a classifical ML algorithm like SVM, or is it an NN based model? What …
-
I attempted to execute the steps shown in the Caffe2 tutorial entitled Run an ONNX model with Caffe2: https://render.githubusercontent.com/view/ipynb?commit=c04c7d721da9b1fa1dd0fe5d5551086c61877586&en…
-
I have tried adding Cast layers to cloned model as well as passing 16 bit floats directly but nothing works.
For the first case I cloned the model as follows
```
for node in node_outputs: print…
-
I am using Python 3.5 and the latest CNTK 2.4 GPU.
Tried to run Example on Faster-RCNN described [here](https://docs.microsoft.com/en-us/cognitive-toolkit/Object-Detection-using-Faster-R-CNN): with g…
-
Hi
Platform (like ubuntu 16.04/win10): Ubuntu 14.04
Python version: 3.6 and 2.7
Source framework with version (like Tensorflow 1.4.1 with GPU): Keras 2.1.3
Destination framework with versi…
-
It is not clear or intuitive how dynamic axes are resolved across the composition of various operations especially in the case of sequence-to-sequence models with recursion.
In trying to implement …
-
Hello, when I try to run the codes to create the GAN model, I receive an error saying that I am unable to create a Session. Appreciate any help :)
----------------------------------------------…