-
I've been looking around for a good consolidated list of current onnx integrations with different platforms - a concise matrix perhaps that shows what is currently supported and how to convert to/from…
-
```
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
in ()
1 #
----> 2 encoder = c.Fu…
-
Platform (like ubuntu 16.04/win10): ubuntu 16.04
Python version: 2.7
Source framework with version (like Tensorflow 1.4.1 with GPU):MxNet 1.2.0
Destination framework with version (like CNTK 2…
-
I trained a CNTK model in a VM, and loaded it into a file called test_model, along with other various helper functions. I ran this in a file in the Azure Machine Learning Work Bench, and I'm trying to…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Windows…
-
Hi all,
Some news.
## PR freeze
We are preparing the release of Keras 2, as well as the integration of the Keras API directly into the TensorFlow repository. Subsequently, we are declaring a …
-
I initially had a model trained using Python 3.6 and CNTK 2.2 for CPU. Everything was working and I wanted to upgrade it to the GPU version. I did that by running the following, within my Anaconda env…
-
I am using the C++ API.
The model takes a ~300x200 image as input, output is a vector of 10 scores.
Evaluation code is as follows (CTimeBlock measure from construction to destruction).
```
CNTK…
-
Platform (like ubuntu 16.04/win10):
ubuntu16.04
Python version:
Python 2.7.12
Source framework with version (like Tensorflow 1.4.1 with GPU):
Caffe-1.0 release
Destination framework with version…
-
```
import onnx
model = onnx.load_model('mnist.onnx')
model = onnx.checker.check_model(model)
```
resulting error
```
-------------------------------------------------------------------------…