Sign inSign up

ctuning/image-classification-tf-cpp.debian-9

By ctuning

Updated over 7 years ago

MLPerf Inference - Image Classification - TF C++ (Debian 9)

Image
0

10K+

ctuning/image-classification-tf-cpp.debian-9 repository overview

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:

  • run image classification using non-quantized MobileNet on a single image:
$ docker run --rm ctuning/image-classification-tf-cpp.debian-9 \
"ck run program:image-classification-tf-cpp --dep_add_tags.weights=mobilenet,non-quantized"
  • run image classification using ResNet on 10 images:
$ 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"
  • step into bash:
$ docker run -it --rm ctuning/image-classification-tf-cpp.debian-9 bash

For further information, see:

Tag summary

Content type

Image

Digest

Size

1.8 GB

Last updated

over 7 years ago

docker pull ctuning/image-classification-tf-cpp.debian-9