From a54ac3081ca99ee060039fd27997e8ecdbe60d25 Mon Sep 17 00:00:00 2001 From: Anwai Archit <52396323+anwai98@users.noreply.github.com> Date: Mon, 20 May 2024 09:47:02 +0200 Subject: [PATCH] Update README.md (#265) --- notebooks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/README.md b/notebooks/README.md index b07bf094..3a57bd95 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -1,3 +1,3 @@ # Jupyter Notebooks for `torch-em`-based Implementations and Tutorials -1. `tutorial_create_dataloaders.ipynb`: This notebook gives you a head-start on how to create your custom dataloaders for segmentation for most data structures. It's recommended to checkout `torch_em.data.datasets.README.md` for the first outlook before getting started. \ No newline at end of file +1. `tutorial_create_dataloaders.ipynb`: This notebook gives you a head-start on how to create your custom dataloaders for segmentation for most data structures. It's recommended to checkout https://github.com/constantinpape/torch-em/blob/main/doc/datasets_and_dataloaders.md for the first outlook before getting started.