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