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