Block or Report
Block or report qlzh727
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
toolchains Public
Forked from tensorflow/toolchains
Bazel toolchain configurations used across TensorFlow ecosystem
Starlark 2
-
community Public
Forked from tensorflow/community
Stores documents used by the TensorFlow developer community
-
addons Public
Forked from tensorflow/addons
Useful extra functionality for TensorFlow 2.0 maintained by SIG-addons
-
-
-
keras-applications Public
Forked from keras-team/keras-applications
Reference implementations of popular deep learning models.
Python
469 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 8 commits in 2 repositories
Created a pull request in keras-team/keras-cv that received 10 comments
Update CutMix to use the BaseImageAugmentationLayer as base.
I have to override the _augment_batch to maximize leverage of the existing code.
Opened 3 other pull requests in 2 repositories
keras-team/keras-cv
2
merged
keras-team/keras
1
merged
Reviewed 10 pull requests in 2 repositories
keras-team/keras-cv
9 pull requests
- Creates the RandomAugmentationPipeline Layer
- Implement RandAugment layer
- second pass on seed
- Update solarization for v1
- Update RandomHue for v1.0
- Fixes formatting for outputs of cut mix and mix up
- Update CutMix to use the BaseImageAugmentationLayer as base.
- Implement an API to support custom Factor sampling
- Fix minor coco utility function