keras
keras copied to clipboard
TypeError: kernel_initializer keyword not understood when building a dense layer.
Here is the output:
Using MXNet backend.
Traceback (most recent call last):
File "run.py", line 128, in
The same issue comes up for use_bias = False.
Not sure why this is the case. I'm using the master version from this repo. Version 1.2.2 with python 3.67 and mxnet 1.3.1
keras.clone_model does not seem to have been ported over either as this is throwing an import error.