From b030f4029328301333b509adc83e42f7e5d598e4 Mon Sep 17 00:00:00 2001 From: Jae-Won Chung Date: Sun, 20 Oct 2024 17:07:26 -0400 Subject: [PATCH] [Misc] Fix link in PLO example README (#136) --- examples/power_limit_optimizer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/power_limit_optimizer/README.md b/examples/power_limit_optimizer/README.md index 1c1af4a1..ea227ed0 100644 --- a/examples/power_limit_optimizer/README.md +++ b/examples/power_limit_optimizer/README.md @@ -7,7 +7,7 @@ The former script is for simple single GPU training, whereas the latter is for d ## Dependencies -All packages (including torchvision) are pre-installed if you're using our [Docker image](https://ml.energy/zeus/getting_started/environment/). +All packages (including torchvision) are pre-installed if you're using our [Docker image](https://ml.energy/zeus/getting_started/#using-docker). You just need to download and extract the ImageNet data and mount it to the Docker container with the `-v` option (first step below). 1. Download the ILSVRC2012 dataset from [the ImageNet homepage](http://www.image-net.org/).