Results 6 comments of Son Pham

> Hi, thanks for the solution purposed. Still getting an error here. After applying this, the model shows the same error with different numbers. Now I have: cannot reshape array...

The latest Poetry version (1.6.1) [drops support for python 3.7](https://github.com/python-poetry/poetry/pull/7674), so if we want to use `tiangolo/uvicorn-gunicorn-fastapi:python3.7`, we need to edit ```docker # Install Poetry RUN curl -sSL https://install.python-poetry.org |...

Thanks @imb101, basic `pip uninstall torchaudio` and `pip install torchaudio` work for me

> @Kang9401 You could clone my fork version, https://github.com/Bye-lemon/py-lmdb/tree/master . Then use command `pip install .` in your environment. Thanks @Kang9401, it works!

I have a similar question, what method do you use to determine current's profile. I know the UDDS only give us velocity. Do you use simulation for this task?

Have you tried to use the model (yolov8n.param, yolov8n.bin) without running ncnnoptimize? Did you modify the code in module.__file__ ?