-
Platform (like ubuntu 16.04/win10):
win10
Python version:
3.6
Source framework with version (like Tensorflow 1.4.1 with GPU):
MXNet
Destination framework with version (like CNTK 2.3 with GPU):
…
-
Following this tutorial for saving mxnet native models, works fine if `data_format` is `channels_first` in `~/.keras/keras.json`:
https://github.com/awslabs/keras-apache-mxnet/blob/master/docs/mxnet_…
-
MXNet backend uses mxnet batchnorm operator directly without going through Keras batchnorm normalization layer.
Reason: MXNet do not support
* moving_average_update() API.
* batch_update
* add_up…
-
## Description
mxnet throws an exception when I try to build my model and use mxnet as the backend of keras. However, my script runs successfully on other backends of keras (such as tensorflow and cn…
-
## Description
I'm trying to import a keras model converted in onnx format with onnx_mxnet import module.
I've built a classic mnist digit classification with keras :
def define_model():
model = …
-
I would like to stack together different models similar to what is described here: https://stackoverflow.com/questions/50092589/how-to-vertically-stack-trained-models-in-keras
This does not seem to…
-
Hello,
I am trying to use a mask in a custom loss function but with the mxnet backend, the program fails with the following error:
```
Traceback (most recent call last):
File "poc.py", line 17…
-
**Environment:**
1. Framework: (TensorFlow, Keras, )
2. Framework version: horovod[tensorflow,keras,pytorch,mxnet,spark]==0.21.3
3. Horovod version:horovod[tensorflow,keras,pytorch,mxnet,spark]==0.…
-
Hi,
Do you know if there is a keras implementation for the same and if there is something which is missing there prompting you to use mxnet?
Rahul.V.
-
I get an exception when I load model using MXNET as keras's backend. **I can load the model correctly with Tensorflow , Theano and cntk as the backend, but I get the following error with MXNET:**
…