From 6fe12df90e7582f1297f72599b9734279e5840bd Mon Sep 17 00:00:00 2001 From: Arjun Suresh Date: Fri, 3 May 2024 13:15:07 +0100 Subject: [PATCH] Fix benchmark URLs --- docs/benchmarks/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/benchmarks/index.md b/docs/benchmarks/index.md index 7f528638b..c4a970c81 100644 --- a/docs/benchmarks/index.md +++ b/docs/benchmarks/index.md @@ -2,9 +2,9 @@ Please visit the individual benchmark links to see the run commands using the unified CM interface. -1. [Image Classification](benchmarks/image_classification/resnet50.md) using ResNet50 model and Imagenet-2012 dataset +1. [Image Classification](image_classification/resnet50.md) using ResNet50 model and Imagenet-2012 dataset -2. [Text to Image](benchmarks/text_to_image/sdxl.md) using Stable Diffusion model and Coco2014 dataset +2. [Text to Image](text_to_image/sdxl.md) using Stable Diffusion model and Coco2014 dataset 3. [Object Detection](object_detection/retinanet.md) using Retinanet model and OpenImages dataset