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

feat: Add BuddyVGG16 example #309

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

matrix72c
Copy link

Description

This PR adds a new example named BuddyVGG16 to demonstrate the usage of the Buddy compiler with a VGG16 model.

Context

This example includes a Python importer and a C++ based inference example. To support VGG16, I introduced an AdaptiveAvgPool2dOp to the frontend of the Buddy Compiler.

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.

None yet

1 participant