Skip to content

Commit

Permalink
fix quote literal and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgoogle committed Nov 4, 2024
1 parent 63420d6 commit 319bcf1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions keras_hub/src/models/efficientnet/efficientnet_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"EfficientNet B0 model pre-trained on the ImageNet 1k dataset by"
" Ross Wightman. Trained with timm scripts using hyper-parameters"
" inspired by the MobileNet-V4 small, mixed with go-to hparams "
"from timm and "
"ResNet Strikes Back"
"."
'from timm and "ResNet Strikes Back".'
),
"params": 5288548,
"official_name": "EfficientNet",
Expand All @@ -49,9 +47,7 @@
"EfficientNet B1 model pre-trained on the ImageNet 1k dataset by"
" Ross Wightman. Trained with timm scripts using hyper-parameters"
" inspired by the MobileNet-V4 small, mixed with go-to hparams "
"from timm and "
"ResNet Strikes Back"
"."
'from timm and "ResNet Strikes Back".'
),
"params": 7794184,
"official_name": "EfficientNet",
Expand Down

0 comments on commit 319bcf1

Please sign in to comment.