Skip to content

Conversation

DerrickUnleashed
Copy link
Contributor

This PR adds two models:

This PR also includes documentation and tests for the above mentioned models.

Closes #200

@DerrickUnleashed DerrickUnleashed marked this pull request as ready for review August 12, 2025 06:31
Copy link
Collaborator

@cregouby cregouby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

praise Nice model addition !
todo import need fixing (see inline)

#' @examples
#' \dontrun{
#' # For pretrained weights mobilenet_v3_large
#' model_large <- model_mobilenet_v3_large(pretrained = TRUE)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo example fails with

 model_large <- model_mobilenet_v3_large(pretrained = TRUE)
Erreur dans initialize(...) : objet 'nn_hardswish' introuvable

> 

suggestion should be linked to the remark on import from...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have updated the @importFrom, and have also run the code. Now it works properly. Thanks for finding the bug.
Do let me know if the error still persists.

@DerrickUnleashed
Copy link
Contributor Author

DerrickUnleashed commented Aug 31, 2025

I have also switched to a much more useful example in the documentation.Do let me know if you want me to revert back to the previous example.

@cregouby cregouby merged commit 09ce518 into mlverse:main Aug 31, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Classification Model] Please add MobileNet v3 model family
2 participants