Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Not supported keras/examples with MXNet backend #79

Open
27 of 41 tasks
roywei opened this issue May 10, 2018 · 6 comments
Open
27 of 41 tasks

Not supported keras/examples with MXNet backend #79

roywei opened this issue May 10, 2018 · 6 comments

Comments

@roywei
Copy link

roywei commented May 10, 2018

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

  • addition_rnn.py
  • antirectifier.py
  • babi_memnn.py
  • babi_rnn.py
  • cifar10_cnn.py
  • cifar10_cnn_capsule.py [Custom CNN infer shape Not supported]
  • cifar10_cnn_tfaugment2d.py [TF specific Not supported]
  • cifar10_resnet.py
  • conv_filter_visualization.py [Gradient Not supported]
  • conv_lstm.py [Conv2DLSTM Not supported]
  • deep_dream.py [Gradient Not supported]
  • image_ocr.py [CTC Not supported]
  • imdb_bidirectional_lstm.py
  • imdb_cnn.py
  • imdb_cnn_lstm.py
  • imdb_fasttext.py
  • imdb_lstm.py
  • lstm_seq2seq.py
  • lstm_seq2seq_restore.py
  • lstm_stateful.py
  • lstm_text_generation.py
  • mnist_acgan.py
  • mnist_cnn.py
  • mnist_dataset_api.py [TF Specific Not supported]
  • mnist_denoising_autoencoder.py
  • mnist_hierarchical_rnn.py
  • mnist_irnn.py
  • mnist_mlp.py
  • mnist_net2net.py
  • mnist_siamese.py
  • mnist_sklearn_wrapper.py
  • mnist_swwae.py [Gradient Not supported]
  • mnist_tfrecord.py [TF Specific Not supported]
  • mnist_transfer_cnn.py
  • neural_doodle.py [Gradient Not supported]
  • neural_style_transfer.py [Gradient Not supported]
  • pretrained_word_embeddings.py
  • reuters_mlp.py
  • reuters_mlp_relu_vs_selu.py
  • variational_autoencoder.py [Custom Loss Not supported]
  • variational_autoencoder_deconv.py [Custom Loss Not supported]
@sandeep-krishnamurthy
Copy link

@roywei - I was unable to run seq2seq example.

@sandeep-krishnamurthy sandeep-krishnamurthy changed the title Not supported examples Not supported keras/examples with MXNet backend May 13, 2018
@sandeep-krishnamurthy sandeep-krishnamurthy changed the title Not supported keras/examples with MXNet backend [Unsupported] Not supported keras/examples with MXNet backend May 13, 2018
@sandeep-krishnamurthy sandeep-krishnamurthy changed the title [Unsupported] Not supported keras/examples with MXNet backend Not supported keras/examples with MXNet backend May 13, 2018
@roywei
Copy link
Author

roywei commented May 18, 2018

lstm_seq2seq.py is working in latest master

@kalyc
Copy link

kalyc commented Jul 16, 2018

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
Copy link
Author

roywei commented Jul 16, 2018

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

@roywei
Copy link
Author

roywei commented Aug 6, 2018

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

@kalyc
Copy link

kalyc commented Aug 15, 2018

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

@kalyc kalyc mentioned this issue Aug 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants