New
v0.100.4-load-saved-model
What's Changed
- Fix IO Exception from keras.fit. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/959
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/TensorFlowNET.Keras by @dependabot in https://github.com/SciSharp/TensorFlow.NET/pull/963
- Removed use of tf.Status static instance by @Superpiffer in https://github.com/SciSharp/TensorFlow.NET/pull/975
- Add pb model save by @Oceania2018 in https://github.com/SciSharp/TensorFlow.NET/pull/976
- Use a local Status variable by @Superpiffer in https://github.com/SciSharp/TensorFlow.NET/pull/978
- Fix ConvTraspose2D gradient and register rsqrt gradient. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/980
- Reimplemented NDArray == and != operators, handling null values by @Superpiffer in https://github.com/SciSharp/TensorFlow.NET/pull/982
- Fix the keras.sparse_categorical_crossentropy. (#985) by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/987
- Support loading of SavedModel format by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/989
- Fix issue #760 by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/992
- Align keras.Input with tensorflow python. by @AsakusaRinne in https://github.com/SciSharp/TensorFlow.NET/pull/993
New Contributors
- @AsakusaRinne made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/959
- @dependabot made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/963
- @Superpiffer made their first contribution in https://github.com/SciSharp/TensorFlow.NET/pull/975
Full Changelog: https://github.com/SciSharp/TensorFlow.NET/compare/v0.70.2-NET6...v0.100.4-load-saved-model