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

[Examples]Add ResNet18 E2E Example #370

Closed
wants to merge 2 commits into from

Conversation

WuXintong123
Copy link
Contributor

No description provided.

from buddy.compiler.graph.transform import simply_fuse
from buddy.compiler.ops import tosa

# Retrieve the ResNet18 model path from environment variables.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the RESNET_EXAMPLE_PATH model path really necessary?

Copy link
Contributor

Choose a reason for hiding this comment

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

According to this readme file, it's impossible to successfully run this example due to the missing OpenCV dependencies.

@@ -1,4 +1,4 @@
//===- MobileNetBenchmark.cpp ---------------------------------------------===//
//===- buddy-mobilenetv3-main.cpp ---------------------------------------------===//
Copy link
Contributor

Choose a reason for hiding this comment

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

This line of comment cannot exceed 80 columns. Please remove a few dashes to align with the comment separator below.

@@ -0,0 +1,85 @@
# ===- buddy-resnet-import.py ---------------------------------------------
Copy link
Contributor

Choose a reason for hiding this comment

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

Please align with the comment separator below.

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.

2 participants