-
Hi, I am wondering about the future of CNTK. Is CNTK still being used for training and inference? With new Windows ML and ONNX, please let us know the future roadmap of CNTK.
-
- right now it only supports single in single out
-
CNTK 2.5.1 is a "Repack of CNTK 2.5 with third party libraries included in the bundle." Does this repack only extend to the Python Wheel packages?
What about the other third-party libraries in [CN…
-
There is an error in the training stage, when the input image data (bounding boxes or labes, files)appears a single object, in CNTK version 2.2.
The error doesn't appear when there is more than…
-
Hi! I am having an argument error in trying to convert densenet from PyTorch to Tensorflow. Yesterday, everthing was fine. Yet, after pip installing the mmdnn today, I got the argument error as foll…
-
What is the command to convert caffe model to tensorflow? and can caffe model be converted to keras?
-
The following sample fails.
```python
#!/usr/bin/env python
import numpy as np
import os
import cntk
DATA_SHAPE = (1, 3, 3, 3)
val = np.random.uniform(-2.0, 2.0, DATA_SHAPE).astype(np.float…
-
Hi,
File "/jet/var/python/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/jet/var/python/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **se…
-
I encounter the following error when running on GPU (using Theano) with a 3D single-channel input, the same model compiles fine on my personal laptop (using Tensorflow).
```
Traceback (most recent…
-
By setting the keras backend to cntk, after "import keras" I got the following error:
AttributeError: module 'cntk' has no attribute 'set_global_option'
in cntk_backend.py , C.set_global_option('a…