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.