So, I tried following the instructions of this tutorial, https://github.com/mit-han-lab/tinyengine/tree/main/tutorial/inference but I still get the same error
(tinyengine) C:\Users\USER\Downloads\tinyengine-main\tinyengine-main\examples>python vww.py
Traceback (most recent call last):
File "vww.py", line 19, in
from code_generator.CodegenUtilTFlite import GenerateSourceFilesFromTFlite
ModuleNotFoundError: No module named 'code_generator'