Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Computer Vision Classification Template with MobileNetV3 Baseline #141

Merged
merged 6 commits into from
Oct 24, 2024

Conversation

j-cunanan
Copy link
Contributor

Overview

This pull request introduces a new template for computer vision classification tasks, along with a strong baseline implementation using MobileNetV3. The additions have been thoroughly tested end-to-end to ensure reliability and ease of use.

Key Features

  1. CV Classification Template: A reusable template for computer vision classification tasks, promoting consistency and efficiency in future projects.

  2. MobileNetV3 Baseline: Implementation of a strong baseline model using MobileNetV3, known for its efficiency and performance in various computer vision applications.

  3. End-to-End Testing: Comprehensive testing to validate the entire pipeline from data input to model output.

Technical Details

Sample paper outputs

adaptive_channel_thresholding_mobilenetv3.pdf
mb4-pre.pdf

I welcome any feedback or suggestions for improvement. Please let me know if you need any additional information or clarification.

@conglu1997
Copy link
Collaborator

conglu1997 commented Oct 24, 2024

Thanks so much for the contribution - could you remove the changes to the README and follow the new contribution style, the template.tex file should have more appropriate base cites. There is also an incorrect modification to the nanogpt ideas.

@j-cunanan
Copy link
Contributor Author

Thanks for the feedback @conglu1997 !
I've modified based on your suggestions above. Let me know if there's anything else I should change :)

@conglu1997 conglu1997 merged commit 38746d4 into SakanaAI:main Oct 24, 2024
@BradKML
Copy link

BradKML commented Dec 21, 2024

@conglu1997 I am starting to think that there needs to be a prompt meta-template that allows people to, through dialogue, vaguely hint at which piece of research they would like to pursue, and provide example papers (e.g. DOI/ArXiv links) so that it understands, and fetch the relevant GitHub repo by itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants