Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-06-26 | 3.9 kB | |
v0.110.0 LSTM.tar.gz | 2023-06-26 | 162.5 MB | |
v0.110.0 LSTM.zip | 2023-06-26 | 163.3 MB | |
Totals: 3 Items | 325.8 MB | 0 |
What's Changed
- fix: predict with multiple outputs by @fryguy1013 in https://github.com/SciSharp/TensorFlow.NET/pull/1065
- refactor: some gen_ops with added code generator. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1063
- fix: error when using graph in multi-threads. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1068
- docs: add discord info to readme. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1069
- docs: update readme file. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1070
- docs: add tf.keras badge to readme. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1072
- docs: add vote info to readme. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1075
- fix: error when set the activation of keras.layers.Conv2DTranspose to null. by @lingbai-kong in https://github.com/SciSharp/TensorFlow.NET/pull/1076
- fix: can't implement len for KerasShapesWrapper & Add bias implement to Conv2DTranspose.Call() by @lingbai-kong in https://github.com/SciSharp/TensorFlow.NET/pull/1078
- fix: status null reference of base session. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1079
- build: add scripts to split large native library file. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1071
- fix: temporarily fix the sequential nest error. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1086
- fix: Update PredictInternational on Model.Predict.cs by @DevNullx64 in https://github.com/SciSharp/TensorFlow.NET/pull/1087
- fix: A new feature for NDArray.max by @RayWang-iat in https://github.com/SciSharp/TensorFlow.NET/pull/1091
- feat: add rnn basic modules by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1097
- fix: some possible errors of RNN. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1098
- Add feature(not completed):add SimpleRNNCell, StackedRNNCell, RNN and test. by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1100
- feat: support training of RNN. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1109
- refactor: Model.eval by @DevNullx64 in https://github.com/SciSharp/TensorFlow.NET/pull/1092
- feat: np update square and dot product by @visagang in https://github.com/SciSharp/TensorFlow.NET/pull/1111
- feat: Support training of RNN and LSTM. by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1110
- fix: error pf training RNN on Linux by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/1113
- Improve the API of LayerNormalization by @Beacontownfc in https://github.com/SciSharp/TensorFlow.NET/pull/1114
- fix: type converting errors when loading imdb dataset by @lingbai-kong in https://github.com/SciSharp/TensorFlow.NET/pull/1116
- refactor: Standardize TensorFlowNET.Keras/Losses/* by @DevNullx64 in https://github.com/SciSharp/TensorFlow.NET/pull/1089
- feat: Add UpSampling1D layer and test. by @Wanglongzhi2001 in https://github.com/SciSharp/TensorFlow.NET/pull/1117
New Contributors
- @fryguy1013 made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/1065
- @lingbai-kong made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/1076
- @DevNullx64 made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/1087
- @RayWang-iat made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/1091
- @visagang made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/1111
- @Beacontownfc made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/1114
Full Changelog: https://github.com/SciSharp/TensorFlow.NET/compare/v0.100.5...v0.110.0-LSTM-Model