Block or Report
Block or report fchollet
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
865 contributions in the last year
We're celebrating 100 million developers!
Less
More
Activity overview
Contribution activity
January 2023
Created 16 commits in 3 repositories
Reviewed 26 pull requests in 5 repositories
keras-team/keras-io
16 pull requests
- Update RetinaNet to use better LR schedule and PredictionDecoder configuration
- Add SimSiam training guide for KerasCV
- Updated masking_and_padding with new apis
- Updated the URL for the Oxford Pets dataset
- Updated Dependencies and DockerFile
- Remove COCO metrics guide temporarily
- Suggestion for minor typo correction
- Update API symbols + genapi specs
- Update keras.io guide on KerasCV Object detection for v0.4.1
- chore: better fitting of the plt title and summary.
- Bug fix for KerasTuner tutorial
- Add a tutorial on fine-tuning Stable Diffusion on a custom dataset
- New Code Example : Forward-Forward Algorithm for Image Classification
- Use resnet50 'preprocess_input' function before feeding it to model
- Adding "TF Serving" Keras code example
-
Clean up class name and
self
in calls tosuper()
keras-team/keras
7 pull requests
- Fix index_directory directory structure ignoring when passing labels explicitly
- Bugfix: Pass show_layer_activations to expand_nested calls
- fix width_shift_range and height_shift_range in ImageDataGenerator
- Fix doc for MultiHeadAttention's output_shape arg
- Update README.md to fix wrong links
- Warning if categorical crossentropy is used for 2 labels
- Updates Permute doc with 3D example