forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Add support for sparse arrays in fit, predict and evaluate. (ke…
…ras-team#8930) * Support of sparse arrays as input in fit, predict and evaluate. * Fixed small out of range bug. * Fixed formating. * Removed the conversion loop if training from symbolic tensors. * Now we check for the whole feed instead of just inputs for the conversion. * Improved tests. * Refactoring tests. * Duplicated tests to check sparse placeholder. * Fixed bug. In predict(), the variable ins only have inputs. * Fixed pep8.
- Loading branch information
Showing
2 changed files
with
104 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters