All Versions
16
Latest Version
Avg Release Cycle
116 days
Latest Release
947 days ago

Changelog History
Page 1

  • v0.150.0-BERT Changes

    November 05, 2023

    What's Changed

    ๐Ÿ†• New Contributors

    Full Changelog : v0.110.4-Transformer-Model...v0.150.0-BERT-Model

  • v0.110.4-Transformer Changes

    September 24, 2023

    What's Changed

    ๐Ÿ†• New Contributors

    Full Changelog : v0.110.0-LSTM-Model...v0.110.4-Transformer-Model

  • v0.110.0 Changes

    June 26, 2023

    What's Changed

    • ๐Ÿ›  fix: predict with multiple outputs by @fryguy1013 in #1065
    • ๐Ÿ”จ refactor: some gen_ops with added code generator. by @AsakusaRinne in #1063
    • ๐Ÿ›  fix: error when using graph in multi-threads. by @AsakusaRinne in #1068
    • ๐Ÿ“„ docs: add discord info to readme. by @AsakusaRinne in #1069
    • ๐Ÿ“„ docs: update readme file. by @AsakusaRinne in #1070
    • ๐Ÿ“„ docs: add tf.keras badge to readme. by @AsakusaRinne in #1072
    • ๐Ÿ“„ docs: add vote info to readme. by @AsakusaRinne in #1075
    • ๐Ÿ›  fix: error when set the activation of keras.layers.Conv2DTranspose to null. by @lingbai-kong in #1076
    • ๐Ÿ›  fix: can't implement len for KerasShapesWrapper & Add bias implement to Conv2DTranspose.Call() by @lingbai-kong in #1078
    • ๐Ÿ›  fix: status null reference of base session. by @AsakusaRinne in #1079
    • ๐Ÿ— build: add scripts to split large native library file. by @AsakusaRinne in #1071
    • ๐Ÿ›  fix: temporarily fix the sequential nest error. by @AsakusaRinne in #1086
    • ๐Ÿ›  fix: Update PredictInternational on Model.Predict.cs by @DevNullx64 in #1087
    • ๐Ÿ›  fix: A new feature for NDArray.max by @RayWang-iat in #1091
    • feat: add rnn basic modules by @AsakusaRinne in #1097
    • ๐Ÿ›  fix: some possible errors of RNN. by @AsakusaRinne in #1098
    • โž• Add feature(not completed):add SimpleRNNCell, StackedRNNCell, RNN and test. by @Wanglongzhi2001 in #1100
    • ๐Ÿ‘ feat: support training of RNN. by @AsakusaRinne in #1109
    • ๐Ÿ”จ refactor: Model.eval by @DevNullx64 in #1092
    • โšก๏ธ feat: np update square and dot product by @visagang in #1111
    • ๐Ÿ‘ feat: Support training of RNN and LSTM. by @Wanglongzhi2001 in #1110
    • ๐Ÿ›  fix: error pf training RNN on Linux by @AsakusaRinne in #1113
    • ๐Ÿ‘Œ Improve the API of LayerNormalization by @Beacontownfc in #1114
    • ๐Ÿ›  fix: type converting errors when loading imdb dataset by @lingbai-kong in #1116
    • ๐Ÿ”จ refactor: Standardize TensorFlowNET.Keras/Losses/* by @DevNullx64 in #1089
    • โœ… feat: Add UpSampling1D layer and test. by @Wanglongzhi2001 in #1117

    ๐Ÿ†• New Contributors

    Full Changelog : v0.100.5...v0.110.0-LSTM-Model

  • v0.100.5-BERT Changes

    May 05, 2023

    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

    Full Changelog : v0.100.4-load-saved-model...v0.100.5-BERT-load

  • v0.100.4-load Changes

    March 03, 2023

    What's Changed

    • ๐Ÿ›  Fix IO Exception from keras.fit. by @AsakusaRinne in #959
    • โฌ†๏ธ Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/TensorFlowNET.Keras by @dependabot in #963
    • โœ‚ Removed use of tf.Status static instance by @Superpiffer in #975
    • โž• Add pb model save by @Oceania2018 in #976
    • ๐Ÿ‘‰ Use a local Status variable by @Superpiffer in #978
    • ๐Ÿ›  Fix ConvTraspose2D gradient and register rsqrt gradient. by @AsakusaRinne in #980
    • Reimplemented NDArray == and != operators, handling null values by @Superpiffer in #982
    • Fix the keras.sparse_categorical_crossentropy. (#985) by @AsakusaRinne in #987
    • ๐Ÿ‘Œ Support loading of SavedModel format by @AsakusaRinne in #989
    • ๐Ÿ›  Fix issue #760 by @AsakusaRinne in #992
    • Align keras.Input with tensorflow python. by @AsakusaRinne in #993

    ๐Ÿ†• New Contributors

    Full Changelog : v0.70.2-NET6...v0.100.4-load-saved-model

  • v0.70.2-NET

    November 13, 2022
  • v0.70.0-TimeSeries

    January 09, 2022
  • v0.40-tf2.4 Changes

    March 14, 2021

    TensorFlow v0.40 only work with TensorFlow native v2.4+ due to breaking change of TF_String.

  • v0.30 Changes

    December 13, 2020

    ๐Ÿ‘ Partially supporting for TensorFlow Keras API.

  • v0.20 Changes

    September 19, 2020

    This version is built based on tensorflow 2.3, implemented the Eager Mode.