This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keras-apache-mxnet update with bug fixes and new features (#148)
* Add saving mxnet model checkpoint callback (#132) * Add saving mxnet model checkpoint callback * Add tests for MXNetModelCheckpoint callback * Fix MXNetModelCheckpoint test case * Fix MXNetModelCheckpoint tests. Add dependency on keras_applications and keras_preprocessing * Fixed CR comments. Split tests into multiple independent tests * Fix CR comments on the code documentation * Add additional test to verify only one model is saved * Add examples of monitors * update pr and nightly buildspec,add into source control (#141) * Fix batchnorm gamma (#137) * fix gamma and beta equal to None * fix style * fix initializer, enable unit test * update comments * remove +, remove repeated install, add clear message (#142) * fix conv1d channels first (#143) * fix conv1d channels first * update data format for causal test * fix style * Adding get_mxnet_model_info API to allow users to query underlying MXNet model info (#144) * Adding get_mxnet_model_info API to allow users to query underlying MXNet model info * resolve merge conflicts in conv1d * Add more tests - functional model, compare with return values of save_mxnet_model API * update save mxnet model API document. (#147) Co-authored-by: Sandeep Krishnamurthy <[email protected]> * implement sparse categorical crossentropy, enable unitests (#145) * implement sparse categorical crossentropy, enable unitests * fix elementwise operators, fix sparse categorical accuract, enabled unitests * fix element wise opreators * simplify using ndim * fix style * reduce number of returns * fix operator name in error message * update comments and doc string * update comment spelling * update documentation, improve CI test commands (#151) * update documentation, improve CI test commands * fix conv1d initialization, fix conv1d unit test * fix documentation hyperlink * update buildspec * remove official keras installed with dependencies * update ci commands
- Loading branch information
Showing
15 changed files
with
565 additions
and
77 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
Oops, something went wrong.