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 757 B

12345678910111213141516171819202122232425
  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 01/09/2021**
  5. ### TensorFlow.Binding v0.32.0
  6. * Fix input `dtype` for `MapDataset`.
  7. * Fix `image_dataset_from_directory` function.
  8. * Fix `tf.transpose`.
  9. * Add `array_ops.where_v2`, `array_ops.select_v2`, `array_ops.softplus`.
  10. * Add `dataset.dataset_cardinality`.
  11. ### TensorFlow.Keras v0.3.0
  12. * Fix `weight` init value for `double` type in `compute_weighted_loss`.
  13. * Add `MeanSquaredError `, `MeanAbsolutePercentageError `, `MeanAbsoluteError` and `MeanSquaredLogarithmicError` loss functions.
  14. * `Sequential` model API works.
  15. * Add `ShellProgressBar` to show training progress better.