v0.100.5-BERT-model
What's Changed
- Optimize the readme files by @AsakusaRinne in #994
- Fix some typo of readme. by @AsakusaRinne in #995
- Add default value of parameter of keras softmax. by @AsakusaRinne in #997
- Support the multiple inputs of keras model.fit. by @AsakusaRinne in #996
- Automatically add KerasInterface to tf by @AsakusaRinne in #998
- Reduce the time of keras unittest. by @AsakusaRinne in #999
- Support mutiple inputs of keras modek.predict. by @AsakusaRinne in #1000
- Refine keras.Activation and add tf.keras.activations. by @AsakusaRinne in #1001
- Add github issue templates. by @AsakusaRinne in #1002
- Fix the error of issue templates. by @AsakusaRinne in #1003
- Fix model.evaluate don't have output by @Wanglongzhi2001 in #1004
- Add EarlyStopping callback by @Wanglongzhi2001 in #1007
- Add a Stop_training property by @Wanglongzhi2001 in #1008
- Add shape deduce for mean square error grad. by @AsakusaRinne in #1010
- Fix validation_split has no output and add validation_data parameter to model.fit by @Wanglongzhi2001 in #1014
- Added: complex, real, imag, angle by @BalashovK in #1011
- Added: fft, ifft, fft2d, ifft2d, fft3d, ifft3d by @BalashovK in #1016
- Fix the bug of non-convergence when use SparseCategoricalCrossentropy by @Wanglongzhi2001 in #1018
- Finish EarlyStopping by @Wanglongzhi2001 in #1020
- Finish EarlyStopping by @Wanglongzhi2001 in #1021
- Fix the error when saving model with GPU. by @AsakusaRinne in #1023
- Partially Support the function loading by @AsakusaRinne in #1022
- Fix the error when loading VGG19. by @AsakusaRinne in #1027
- Fix the error of example caused by #1022 by @AsakusaRinne in #1029
- Fix the error when loading Conv1D layer with initialzier. by @AsakusaRinne in #1031
- Add set_weights and get_weighst APIs by @Wanglongzhi2001 in #1030
- Fix the error of loading model saved before tf2.5. by @AsakusaRinne in #1032
- Change type of BuildInputShape and BatchInputShape by @AsakusaRinne in #1033
- Add Tensorflow.NET.Hub by @AsakusaRinne in #1034
- Change some project information by @AsakusaRinne in #1035
- Fix (#1036) and adjust the keras unittest by @AsakusaRinne in #1039
- Partially fix the error when crop image. by @AsakusaRinne in #1043
- Add the constructor of NDArray which reuses memory by @AsakusaRinne in #1044
- ci: add ci for test and auto-release. by @AsakusaRinne in #1047
- fix: partially fix the error when saving model after loading. by @AsakusaRinne in #1049
New Contributors
- @Wanglongzhi2001 made their first contribution in #1004
- @BalashovK made their first contribution in #1011
Full Changelog: v0.100.4-load-saved-model...v0.100.5-BERT-load