Skip to content

Releases: SciSharp/TensorFlow.NET

v0.150.0-BERT-Model

05 Nov 21:04

Choose a tag to compare

What's Changed

New Contributors

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

v0.110.4-Transformer-Model

24 Sep 01:59
8e02682

Choose a tag to compare

What's Changed

New Contributors

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

v0.110.0 LSTM

26 Jun 14:26

Choose a tag to compare

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-model

05 May 15:56
89f3b23

Choose a tag to compare

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-saved-model

03 Mar 22:29

Choose a tag to compare

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 6.0

13 Nov 22:28

Choose a tag to compare

v0.70.2-NET6

Fix ReadValueMatrix ReadBytes issue in .NET 6.0. #880

v0.70.0-TimeSeries

09 Jan 00:49

Choose a tag to compare

fix array_ops.squeeze

TensorFlowOpLayer

09 Oct 12:48

Choose a tag to compare

Fixed TensorFlowOpLayer memory leaking issue.

TensorFlow NumPy

06 Aug 14:23

Choose a tag to compare

v0.60-tf.numpy

released tf.net v0.60, keras v0.6.

v0.40-tf2.4-tstring

14 Mar 01:33

Choose a tag to compare

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