I had the same problem and it was a major blocker. python 3.10 devcontainer linux based image built on aarch platform I am using devcontainer with a linux based image that is built on aarch (mac). I ...
Previously, the following command was utilized to install Tensorflow 2.3.0 in order to convert Darknet weights to a Tensorflow model within save_model.py: !pip install tensorflow==2.3.0 However, ...