MLPerf Inference - Image Classification - TF C++ (Debian 9)
10K+
This container may be outdated. Please check CK-MLPerf docs.
This repository contains Docker-ized instructions for the Collective Knowledge-powered image classification TFLite workloads in the MLPerf Inference benchmark: MobileNet (non-quantized, quantized), ResNet.
After pulling the latest image:
$ docker pull ctuning/image-classification-tf-cpp.debian-9
you can use it e.g. as follows:
$ docker run --rm ctuning/image-classification-tf-cpp.debian-9 \
"ck run program:image-classification-tf-cpp --dep_add_tags.weights=mobilenet,non-quantized"
$ docker run --rm ctuning/image-classification-tf-cpp.debian-9 \
"ck run program:image-classification-tf-cpp --dep_add_tags.weights=resnet --env.CK_BATCH_COUNT=10"
bash:$ docker run -it --rm ctuning/image-classification-tf-cpp.debian-9 bash
For further information, see:
Content type
Image
Digest
Size
1.8 GB
Last updated
over 7 years ago
docker pull ctuning/image-classification-tf-cpp.debian-9