awslabs / keras-apache-mxnet

[DEPRECATED] Amazon Deep Learning's Keras with Apache MXNet support
https://github.com/awslabs/keras-apache-mxnet/wiki
Other
290 stars 65 forks source link

Not supported keras/examples with MXNet backend #79

Open roywei opened 6 years ago

roywei commented 6 years ago

Checked examples are tested to be working with MXNet backend Not supported examples have clear error message specifying the exact functionality MXNet does not support yet

sandeep-krishnamurthy commented 6 years ago

@roywei - I was unable to run seq2seq example.

roywei commented 6 years ago

lstm_seq2seq.py is working in latest master

kalyc commented 6 years ago

As discussed offline, babi_memnn.py & mnist_acgan.py uses sparse_categorical_cross_entropy which is independent of sparse tensor support. Maybe we should label that more clearly above?

roywei commented 6 years ago

@kalyc updated, we should treat is as a normal operator, but still investigate whether it take sparse tensors just like other normal ops.

roywei commented 6 years ago

With #148 , two more examples enabled. (babi_memnn.py and mnist_acgan.py)

kalyc commented 6 years ago

With the PR #153, reuters_mlp_relu_vs_selu.py example has been disabled as AlphaDropout is not supported by MXNet