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

Questions Regarding the vww_patch Inference Tutorial in the mcunet Project #111

Open
winffke opened this issue Dec 4, 2024 · 0 comments

Comments

@winffke
Copy link

winffke commented Dec 4, 2024

1733309968673
Description
While following the vww_patch inference tutorial in the mcunet project, I noticed the following issues:

The tutorial includes the following command:

export PYTHONPATH=${PYTHONPATH}:$(pwd)
python examples/vww.py # To apply patch-based inference, please use example/vww_patchbased.py
However, the comment seems to contain an error. Specifically, the path to vww_patchbased.py should be examples/vww_patchbased.py instead of example/vww_patchbased.py.

After downloading the vww_patch code and running it, I noticed that the code does not seem to perform patch-based inference as expected. Instead, it skips patch-based inference and directly enters layer-based inference. Could this be a bug?

While following the build process, I encountered errors. After referencing Issue #102, the results produced were still incorrect.

Questions and Suggestions
Could you please verify and correct the tutorial instructions if there are errors?
Can you confirm whether the skipping of patch-based inference is intended behavior or a bug in the code?
Is it possible to provide a complete STM32CubeIDE project file for this example to help users better understand and replicate the results?
Lastly, I would appreciate it if you could confirm the current status of the tutorial and investigate the issues mentioned.
If further discussion or clarification is needed, feel free to contact me via email: [email protected].

Thank you for your attention and support!

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

No branches or pull requests

1 participant