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.
Bug fix: Batch dot (keras-team#11458)
* rewrite batch dot for cntk * tf batch dot minor fix * better tests * pep8 * minor fix * rewrite tf batch_dot * docstrings * rem print * typo * update to latest cntk * add batch_dot(var, var) support * fix theano batch_dot for 2d inputs * fix batch_dot in ref ops * better handling of none axis * docstring fix * fix comment * changes for @gabrieldemarmiesse * ws fix Co-Authored-By: farizrahman4u <[email protected]>
- Loading branch information
1 parent
3348712
commit 9148325
Showing
5 changed files
with
343 additions
and
120 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
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
Oops, something went wrong.