From 94acece6943f7311774f037d0bb014f26d6a09b8 Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Sun, 30 May 2021 04:15:32 -0400 Subject: [PATCH] Update README.md fixing tutorial link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da3dc5e..7d3563a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This repository contains a number of MLCube examples that can run in different e Singularity locally and on remote hosts. The [README](./mnist/README.md) file provides instructions on how to run it. MLCube [documentation](https://mlperf.github.io/mlcube/getting-started/mnist/) provides additional details. 2. [Hello World](./hello_world) MLCube is a simple exampled described in this - [tutorial](https://mlperf.github.io/mlcube/getting-started/hello-world/). + [tutorial](https://mlcommons.github.io/mlcube/getting-started/hello-world/). 3. [EMDenoise](./emdenoise) MLCube downloads data and trains a deep convolutional neural network for Electron Microscopy Benchmark. This MLCube can only run the Docker container. The [README](./emdenoise/README.md) file provides instructions on how to run it.