fixed RandomAdjustSharpness

This commit is contained in:
sugarme 2021-06-25 13:37:32 +10:00
parent 5923e0f2e2
commit d4a77d639d

View File

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed incorrect y -> x at `vision/aug/affine.go` getParam func
- Fixed double free tensor at `vision/aug/function.go` Equalize func.
- Changed `vision/aug` all input image should be `uint8` (Byte) dtype and transformed output has the same dtype (uint8) so that `Compose()` can compose any transformer options.
- Fixed wrong result of `aug.RandomAdjustSharpness`
## [0.3.10]
- Update installation at README.md