awslabs / keras-apache-mxnet

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

Fixed test_sequential_lstm_mxnet_model_saving_with_sparse_embedding f… #268

Closed yashsaboo closed 1 year ago

yashsaboo commented 3 years ago

Test test_sequential_lstm_mxnet_model_saving_with_sparse_embedding is flaky in nature.

TestCase passes consistently in the actual order with command:

pytest tests/ -v

TestCase fails when one randomises the order by using the plugin pytest-random-order with command:

pytest tests/ --random-order-seed=586544 -v

Please give feedback on our potential fix. If you have any doubts or require the pass and fail logs, please let us know.

Contributors: Yash Saboo Nirupam K N

roywei commented 1 year ago

Closing this repo is deprecated. Thanks!