v0.110.4-Transformer-Model
What's Changed
- fix: revise earlystopping callback's min_delta parameter and add GRUCell layer by @Wanglongzhi2001 in #1120
- fix: fix the bug of repeated progress bar in Model.fit() by @Wanglongzhi2001 in #1123
- fix: A bug fix in KerasObjectLoader.cs by @RachamimYaakobov in #1124
- fix: inconsistent shape error while training embedding layer by @lingbai-kong in #1125
- Add pad preprocessing for
imdb
dataset by @lingbai-kong in #1126 - fix: optimize some APIs by @Beacontownfc in #1129
- fix: add EinsumGrad by @lingbai-kong in #1132
- Add a new optimizer by @Beacontownfc in #1136
- fix: Fix the problem where the model.save_weights() can't save multi-layer weight by @Beacontownfc in #1137
- fix: exp moved to tf.math.cs by @BalashovK in #1139
- fix same bug by @dogvane in #1140
- fix flip_left_right run bug by @dogvane in #1143
- fix bug by @dogvane in #1145
- fix: fix the bug of load LSTM model and add test by @Wanglongzhi2001 in #1144
- fix: ignore the LSTMLoad test by @Wanglongzhi2001 in #1146
- fix: make the initialization of the layer's name correct by @Wanglongzhi2001 in #1148
- feat: add Bidirectional layer by @Wanglongzhi2001 in #1149
- Fix: model.load_weights by @Beacontownfc in #1154
- fix: revise np.amin, np.amax and add np.argmin by @Wanglongzhi2001 in #1155
- feat: add adjust_contrast, adjust_hue, combined_non_max_suppression, crop_and_resize image oprs by @Wanglongzhi2001 in #1157
- fix: add the gradient of the tf.gradient opr by @Wanglongzhi2001 in #1159
- fix: add the momentum parameter's implemention of SGD by @Wanglongzhi2001 in #1161
- fix: remove the reflection in the implemention of Bidirectional by @Wanglongzhi2001 in #1162
- fix: partially fix the bug of load_model by @Wanglongzhi2001 in #1164
- fix: validate dataset of
Imdb
do not load bug & add: customImdb
path by @lingbai-kong in #1165 - feat: implement GRU layer by @Wanglongzhi2001 in #1168
- add: loading pickled npy file for imdb dataset loader by @lingbai-kong in #1169
- fix: model does not stop on stop_training == true #1170 by @asaf92 in #1171
- cached_session for graph tests by @novikov-alexander in #1172
- Gradient tests which were dependant only on cached_session by @novikov-alexander in #1173
- optimize: temporal complexity of Imdb dataset loader by @lingbai-kong in #1175
- fix: improve unpickler speed with BufferedStream by @lingbai-kong in #1176
- fix: fix EarlyStopping by @Wanglongzhi2001 in #1180
- fix: adjust imdb dataset loader for faster loading speed by @lingbai-kong in #1182
New Contributors
- @RachamimYaakobov made their first contribution in #1124
- @asaf92 made their first contribution in #1171
- @novikov-alexander made their first contribution in #1172
Full Changelog: v0.110.0-LSTM-Model...v0.110.4-Transformer-Model