Commit a309618
authored
Add MobileNetV5 to KerasHub (#2399)
* init: Add initial version
* nit: I like the CI green, ig?
* fix: Bring the numerics significantly closer
* ✅ Yayy, 1e-5 is insanely good!
* chore: Address Gemini reviews
* review #1: Resolve reviews
* feat: Add direct HF / TIMM checkpoint loading
* refactor: Refactor handling of the MobileNetV5 architecture
* nit: Updated examples in backbone and image classifier
* fix: Save backbone and preprocessing, update docstring1 parent 6f72208 commit a309618
File tree
18 files changed
+4212
-4
lines changed- keras_hub
- api
- layers
- models
- src
- models/mobilenetv5
- utils/timm
- tools/checkpoint_conversion
18 files changed
+4212
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
431 | 440 | | |
432 | 441 | | |
433 | 442 | | |
| |||
Whitespace-only changes.
0 commit comments