-
Notifications
You must be signed in to change notification settings - Fork 169
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
Conversation
from buddy.compiler.graph.transform import simply_fuse | ||
from buddy.compiler.ops import tosa | ||
|
||
# Retrieve the ResNet18 model path from environment variables. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 ---------------------------------------------===// |
There was a problem hiding this comment.
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 --------------------------------------------- |
There was a problem hiding this comment.
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.
No description provided.