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

Fix bug in is_sparse() method, enable sparse test in training #177

Closed kalyc closed 5 years ago

kalyc commented 5 years ago

Summary

Fix bug in is_sparse() method, enable sparse test in training Disable sparse concat test for testing CI build

Related Issues

Examples were failing locally - verified that they work locally now Unit tests were also failing locally under test_training - verified that they pass now

PR Overview

roywei commented 5 years ago

closing and reopen to trigger CI

kalyc commented 5 years ago

Related issue - to enable sparse concat test - https://github.com/awslabs/keras-apache-mxnet/issues/179