From 59e59ff0401e85c2c049aaf5d3e01b1d77d8c708 Mon Sep 17 00:00:00 2001 From: atharva-pathak Date: Thu, 8 May 2025 10:41:15 +0530 Subject: [PATCH] Update README.md The previous link to Chris Hughes blog post was wrong, so updated the correct link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 425e02c2..30be3cb1 100644 --- a/README.md +++ b/README.md @@ -566,7 +566,7 @@ Model validation results can be found in the [results tables](results/README.md) The official documentation can be found at https://huggingface.co/docs/hub/timm. Documentation contributions are welcome. -[Getting Started with PyTorch Image Models (timm): A Practitioner’s Guide](https://towardsdatascience.com/getting-started-with-pytorch-image-models-timm-a-practitioners-guide-4e77b4bf9055) by [Chris Hughes](https://github.com/Chris-hughes10) is an extensive blog post covering many aspects of `timm` in detail. +[Getting Started with PyTorch Image Models (timm): A Practitioner’s Guide](https://towardsdatascience.com/getting-started-with-pytorch-image-models-timm-a-practitioners-guide-4e77b4bf9055-2/) by [Chris Hughes](https://github.com/Chris-hughes10) is an extensive blog post covering many aspects of `timm` in detail. [timmdocs](http://timm.fast.ai/) is an alternate set of documentation for `timm`. A big thanks to [Aman Arora](https://github.com/amaarora) for his efforts creating timmdocs.