Image Classification Based on MobileNetV2
1. Configure Docker development environment
Refer to here. After configuring the Docker development environment, return here to continue the next step.
warning
If you are using a configured Docker development environment, please make sure to follow the Docker configuration tutorial to execute command source ./tpu-mlir/envsetup.sh
after starting Docker, otherwise errors may occur in subsequent steps.
2. Prepare the working directory in Docker
Create and enter the mobilenet_v2
working directory, note that it is a directory at the same level as tpu-mlir
.
# mkdir mobilenet_v2 && cd mobilenet_v2