Thanks to our Contributors!
This release contains contributions from many people at SciSharp as well as the external contributors.
Release Date 02/06/2021
- Improve memory usage
- Fix minor bugs
-
Add Subtract layer
-
Add model.load_weights and model.save_weights
-
Fix memory leak issue
-
Support to build YOLOv3 object detection model
Release Date 01/09/2021
- Fix input
dtypeforMapDataset. - Fix
image_dataset_from_directoryfunction. - Fix
tf.transpose. - Add
array_ops.where_v2,array_ops.select_v2,array_ops.softplus. - Add
dataset.dataset_cardinality.
- Fix
weightinit value fordoubletype incompute_weighted_loss. - Add
MeanSquaredError,MeanAbsolutePercentageError,MeanAbsoluteErrorandMeanSquaredLogarithmicErrorloss functions. Sequentialmodel API works.- Add
ShellProgressBarto show training progress better.