You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

RELEASE.md 1.0 kB

4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Release Notes
  2. **Thanks to our Contributors!**
  3. This release contains contributions from many people at SciSharp as well as the external contributors.
  4. **Release Date 02/06/2021**
  5. ### TensorFlow.Binding v0.33.0
  6. * Improve memory usage
  7. * Fix minor bugs
  8. ### TensorFlow.Keras v0.4.0
  9. * Add Subtract layer
  10. * Add model.load_weights and model.save_weights
  11. * Fix memory leak issue
  12. * Support to build YOLOv3 object detection model
  13. **Release Date 01/09/2021**
  14. ### TensorFlow.Binding v0.32.0
  15. * Fix input `dtype` for `MapDataset`.
  16. * Fix `image_dataset_from_directory` function.
  17. * Fix `tf.transpose`.
  18. * Add `array_ops.where_v2`, `array_ops.select_v2`, `array_ops.softplus`.
  19. * Add `dataset.dataset_cardinality`.
  20. ### TensorFlow.Keras v0.3.0
  21. * Fix `weight` init value for `double` type in `compute_weighted_loss`.
  22. * Add `MeanSquaredError `, `MeanAbsolutePercentageError `, `MeanAbsoluteError` and `MeanSquaredLogarithmicError` loss functions.
  23. * `Sequential` model API works.
  24. * Add `ShellProgressBar` to show training progress better.