From 6040d0320b4c6d5a85ed56bf7a8b3db312d4a676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Wed, 17 Feb 2021 19:31:57 +0100 Subject: [PATCH] update example --- docs/source/benchmarking/performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/benchmarking/performance.rst b/docs/source/benchmarking/performance.rst index 9be691a83bde9..5f89c759e49bc 100644 --- a/docs/source/benchmarking/performance.rst +++ b/docs/source/benchmarking/performance.rst @@ -165,4 +165,4 @@ Most UNIX-based operating systems provide direct access to tmpfs through a mount .. code-block:: python - datamodule = MNISTDataModule(data_root="/dev/shm/MNIST") + datamodule = MyDataModule(data_root="/dev/shm/my_data")