Pinned
694 contributions in the last year
Less
More
Activity overview
Contributed to
keras-team/keras-io,
tensorflow/tensorflow,
tensorflow/cloud
and 5 other
repositories
Contribution activity
June 2021
Reviewed 27 pull requests in 4 repositories
keras-team/keras-io 14 pull requests
- adapt to the KerasTuner 1.0.3
- In a Sequential model we have to use InputLayer instead of Input
- Added Gradient Centralization example
- fixing bugs for kt doc render
-
Use dictionaries for both
lossandloss_weightsconsistently - Removed frame interactions
- Video classification with Transformers
- Example on using CutMix Augmentation for Image Classification
- Add Keras Tuner docs
- Added improved example for ConvLSTM-based next-frame prediction
- image captioning using CNN and Transformers
- code example contribution
- Copyedits to the video classification example
- Adding an example on video classification
keras-team/keras-tuner 7 pull requests
- removing references to CloudLogger in the docs
- Improving the documentations
- Map KT website pages to keras.io
- Rename kerastuner to keras_tuner
- put sklearn tuner to the top level import (same as other tuners)
- make populate_space and score_trial public
- enable importing oracles with their real class name