Skip to content

Conversation

harshaljanjani
Copy link
Collaborator

@harshaljanjani harshaljanjani commented Sep 17, 2025

It's just the beginning; still a long way to go.
I'm traveling and will be AFK for a while, so I've pushed the work done so far. MobileNetV5's design integrates well with Gemma3n, and we have a complete forward pass on the backbone. There's still a lot to do. For the reviews, if you have any questions or feedback related to the design of MobileNetV5 or Gemma3n so far, feel free to let me know!

Closes #2320.

Colab Notebook

Tracking Tests Until MobileNetV5 Reviews

Checklist

  • I have added all the necessary unit tests for my change.
  • I have verified that my change does not break existing code and works with all backends (TensorFlow, JAX, and PyTorch).
  • My PR is based on the latest changes of the main branch (if unsure, rebase the code).
  • I have followed the Keras Hub Model contribution guidelines in making these changes.
  • I have followed the Keras Hub API design guidelines in making these changes.
  • I have signed the Contributor License Agreement.

@github-actions github-actions bot added the Gemma Gemma model specific issues label Sep 17, 2025
@harshaljanjani harshaljanjani self-assigned this Sep 17, 2025
@harshaljanjani harshaljanjani added the WIP Pull requests which are work in progress and not ready yet for review. label Sep 17, 2025
@harshaljanjani
Copy link
Collaborator Author

harshaljanjani commented Oct 11, 2025

Status on the PR:
DONE: Backbone forward pass with the MobileNetV5 sub-model is working, and all tests (quantization, mixed precision, etc.) are passing.
IN PROGRESS: Task model and conversion script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Gemma Gemma model specific issues WIP Pull requests which are work in progress and not ready yet for review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Gemma 3 Nano to KerasHub

1 participant