From 13b73682a5737d5874bf1997086cb24e5de70bc4 Mon Sep 17 00:00:00 2001 From: nateraw Date: Tue, 13 Dec 2022 13:57:27 -0500 Subject: [PATCH] :memo: update index doc --- hfdocs/source/index.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/hfdocs/source/index.mdx b/hfdocs/source/index.mdx index 0a9f08a1..e6b43ec7 100644 --- a/hfdocs/source/index.mdx +++ b/hfdocs/source/index.mdx @@ -1,7 +1,22 @@ # timm + + `timm` is a library containing SOTA computer vision models, layers, utilities, optimizers, schedulers, data-loaders, augmentations, and training/evaluation scripts. It comes packaged with >100 pretrained models, and is designed to be flexible and easy to use. Read the [quick start guide](quickstart) to get up and running with the `timm` library. You will learn how to load, discover, and use pretrained models included in the library. + +
+ +