From d56f9f7a236bbd8b9143a822de32b5cc1f61ace3 Mon Sep 17 00:00:00 2001 From: nateraw Date: Wed, 5 Oct 2022 12:39:34 -0400 Subject: [PATCH] :bug: fix link --- hfdocs/source/models/adversarial-inception-v3.mdx | 2 +- hfdocs/source/models/advprop.mdx | 2 +- hfdocs/source/models/big-transfer.mdx | 2 +- hfdocs/source/models/csp-darknet.mdx | 2 +- hfdocs/source/models/csp-resnet.mdx | 2 +- hfdocs/source/models/csp-resnext.mdx | 2 +- hfdocs/source/models/densenet.mdx | 2 +- hfdocs/source/models/dla.mdx | 2 +- hfdocs/source/models/dpn.mdx | 2 +- hfdocs/source/models/ecaresnet.mdx | 2 +- hfdocs/source/models/efficientnet-pruned.mdx | 2 +- hfdocs/source/models/efficientnet.mdx | 2 +- hfdocs/source/models/ensemble-adversarial.mdx | 2 +- hfdocs/source/models/ese-vovnet.mdx | 2 +- hfdocs/source/models/fbnet.mdx | 2 +- hfdocs/source/models/gloun-inception-v3.mdx | 2 +- hfdocs/source/models/gloun-resnet.mdx | 2 +- hfdocs/source/models/gloun-resnext.mdx | 2 +- hfdocs/source/models/gloun-senet.mdx | 2 +- hfdocs/source/models/gloun-seresnext.mdx | 2 +- hfdocs/source/models/gloun-xception.mdx | 2 +- hfdocs/source/models/hrnet.mdx | 2 +- hfdocs/source/models/ig-resnext.mdx | 2 +- hfdocs/source/models/inception-resnet-v2.mdx | 2 +- hfdocs/source/models/inception-v3.mdx | 2 +- hfdocs/source/models/inception-v4.mdx | 2 +- hfdocs/source/models/legacy-se-resnet.mdx | 2 +- hfdocs/source/models/legacy-se-resnext.mdx | 2 +- hfdocs/source/models/legacy-senet.mdx | 2 +- hfdocs/source/models/mixnet.mdx | 2 +- hfdocs/source/models/mnasnet.mdx | 2 +- hfdocs/source/models/mobilenet-v2.mdx | 2 +- hfdocs/source/models/mobilenet-v3.mdx | 2 +- hfdocs/source/models/nasnet.mdx | 2 +- hfdocs/source/models/noisy-student.mdx | 2 +- hfdocs/source/models/pnasnet.mdx | 2 +- hfdocs/source/models/regnetx.mdx | 2 +- hfdocs/source/models/regnety.mdx | 2 +- hfdocs/source/models/res2net.mdx | 2 +- hfdocs/source/models/res2next.mdx | 2 +- hfdocs/source/models/resnest.mdx | 2 +- hfdocs/source/models/resnet-d.mdx | 2 +- hfdocs/source/models/resnet.mdx | 2 +- hfdocs/source/models/resnext.mdx | 2 +- hfdocs/source/models/rexnet.mdx | 2 +- hfdocs/source/models/se-resnet.mdx | 2 +- hfdocs/source/models/selecsls.mdx | 2 +- hfdocs/source/models/seresnext.mdx | 2 +- hfdocs/source/models/skresnet.mdx | 2 +- hfdocs/source/models/skresnext.mdx | 2 +- hfdocs/source/models/spnasnet.mdx | 2 +- hfdocs/source/models/ssl-resnet.mdx | 2 +- hfdocs/source/models/swsl-resnet.mdx | 2 +- hfdocs/source/models/swsl-resnext.mdx | 2 +- hfdocs/source/models/tf-efficientnet-condconv.mdx | 2 +- hfdocs/source/models/tf-efficientnet-lite.mdx | 2 +- hfdocs/source/models/tf-efficientnet.mdx | 2 +- hfdocs/source/models/tf-inception-v3.mdx | 2 +- hfdocs/source/models/tf-mixnet.mdx | 2 +- hfdocs/source/models/tf-mobilenet-v3.mdx | 2 +- hfdocs/source/models/tresnet.mdx | 2 +- hfdocs/source/models/wide-resnet.mdx | 2 +- hfdocs/source/models/xception.mdx | 2 +- 63 files changed, 63 insertions(+), 63 deletions(-) diff --git a/hfdocs/source/models/adversarial-inception-v3.mdx b/hfdocs/source/models/adversarial-inception-v3.mdx index eb17342c..06314435 100644 --- a/hfdocs/source/models/adversarial-inception-v3.mdx +++ b/hfdocs/source/models/adversarial-inception-v3.mdx @@ -77,7 +77,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/advprop.mdx b/hfdocs/source/models/advprop.mdx index 9a0ecfd7..de31177b 100644 --- a/hfdocs/source/models/advprop.mdx +++ b/hfdocs/source/models/advprop.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/big-transfer.mdx b/hfdocs/source/models/big-transfer.mdx index 25f557d7..4f353d9a 100644 --- a/hfdocs/source/models/big-transfer.mdx +++ b/hfdocs/source/models/big-transfer.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/csp-darknet.mdx b/hfdocs/source/models/csp-darknet.mdx index f6a0d38c..41124940 100644 --- a/hfdocs/source/models/csp-darknet.mdx +++ b/hfdocs/source/models/csp-darknet.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/csp-resnet.mdx b/hfdocs/source/models/csp-resnet.mdx index ae8f0ea3..4734b6f9 100644 --- a/hfdocs/source/models/csp-resnet.mdx +++ b/hfdocs/source/models/csp-resnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/csp-resnext.mdx b/hfdocs/source/models/csp-resnext.mdx index 54f07d91..a7697802 100644 --- a/hfdocs/source/models/csp-resnext.mdx +++ b/hfdocs/source/models/csp-resnext.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/densenet.mdx b/hfdocs/source/models/densenet.mdx index ee6e5d1a..4554fb12 100644 --- a/hfdocs/source/models/densenet.mdx +++ b/hfdocs/source/models/densenet.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/dla.mdx b/hfdocs/source/models/dla.mdx index e7e4673d..19825014 100644 --- a/hfdocs/source/models/dla.mdx +++ b/hfdocs/source/models/dla.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/dpn.mdx b/hfdocs/source/models/dpn.mdx index b7c9dbbb..946a6cfa 100644 --- a/hfdocs/source/models/dpn.mdx +++ b/hfdocs/source/models/dpn.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/ecaresnet.mdx b/hfdocs/source/models/ecaresnet.mdx index 3dd25371..9f913f84 100644 --- a/hfdocs/source/models/ecaresnet.mdx +++ b/hfdocs/source/models/ecaresnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/efficientnet-pruned.mdx b/hfdocs/source/models/efficientnet-pruned.mdx index 90f7f1aa..616cca7c 100644 --- a/hfdocs/source/models/efficientnet-pruned.mdx +++ b/hfdocs/source/models/efficientnet-pruned.mdx @@ -79,7 +79,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/efficientnet.mdx b/hfdocs/source/models/efficientnet.mdx index 21e6baaf..3bccfcfe 100644 --- a/hfdocs/source/models/efficientnet.mdx +++ b/hfdocs/source/models/efficientnet.mdx @@ -77,7 +77,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/ensemble-adversarial.mdx b/hfdocs/source/models/ensemble-adversarial.mdx index a20f43d9..09ee0e92 100644 --- a/hfdocs/source/models/ensemble-adversarial.mdx +++ b/hfdocs/source/models/ensemble-adversarial.mdx @@ -77,7 +77,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/ese-vovnet.mdx b/hfdocs/source/models/ese-vovnet.mdx index 8a854b1e..e67d0498 100644 --- a/hfdocs/source/models/ese-vovnet.mdx +++ b/hfdocs/source/models/ese-vovnet.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/fbnet.mdx b/hfdocs/source/models/fbnet.mdx index dc355ee7..6f76dae7 100644 --- a/hfdocs/source/models/fbnet.mdx +++ b/hfdocs/source/models/fbnet.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/gloun-inception-v3.mdx b/hfdocs/source/models/gloun-inception-v3.mdx index 0c287526..56d26e76 100644 --- a/hfdocs/source/models/gloun-inception-v3.mdx +++ b/hfdocs/source/models/gloun-inception-v3.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/gloun-resnet.mdx b/hfdocs/source/models/gloun-resnet.mdx index ef9585ff..da991649 100644 --- a/hfdocs/source/models/gloun-resnet.mdx +++ b/hfdocs/source/models/gloun-resnet.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/gloun-resnext.mdx b/hfdocs/source/models/gloun-resnext.mdx index 4c8d64ab..d6584b32 100644 --- a/hfdocs/source/models/gloun-resnext.mdx +++ b/hfdocs/source/models/gloun-resnext.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/gloun-senet.mdx b/hfdocs/source/models/gloun-senet.mdx index 981cb644..b9667c5d 100644 --- a/hfdocs/source/models/gloun-senet.mdx +++ b/hfdocs/source/models/gloun-senet.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/gloun-seresnext.mdx b/hfdocs/source/models/gloun-seresnext.mdx index 409d36c1..519e3780 100644 --- a/hfdocs/source/models/gloun-seresnext.mdx +++ b/hfdocs/source/models/gloun-seresnext.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/gloun-xception.mdx b/hfdocs/source/models/gloun-xception.mdx index f9f2df05..f0a7c324 100644 --- a/hfdocs/source/models/gloun-xception.mdx +++ b/hfdocs/source/models/gloun-xception.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/hrnet.mdx b/hfdocs/source/models/hrnet.mdx index b2fb918b..8828385d 100644 --- a/hfdocs/source/models/hrnet.mdx +++ b/hfdocs/source/models/hrnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/ig-resnext.mdx b/hfdocs/source/models/ig-resnext.mdx index f16f3114..0a95a973 100644 --- a/hfdocs/source/models/ig-resnext.mdx +++ b/hfdocs/source/models/ig-resnext.mdx @@ -77,7 +77,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/inception-resnet-v2.mdx b/hfdocs/source/models/inception-resnet-v2.mdx index e54166e9..6c932cd2 100644 --- a/hfdocs/source/models/inception-resnet-v2.mdx +++ b/hfdocs/source/models/inception-resnet-v2.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/inception-v3.mdx b/hfdocs/source/models/inception-v3.mdx index 4dae8aa2..50cd9ff4 100644 --- a/hfdocs/source/models/inception-v3.mdx +++ b/hfdocs/source/models/inception-v3.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/inception-v4.mdx b/hfdocs/source/models/inception-v4.mdx index f1721007..386eab71 100644 --- a/hfdocs/source/models/inception-v4.mdx +++ b/hfdocs/source/models/inception-v4.mdx @@ -72,7 +72,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/legacy-se-resnet.mdx b/hfdocs/source/models/legacy-se-resnet.mdx index bed5ed70..5bc42874 100644 --- a/hfdocs/source/models/legacy-se-resnet.mdx +++ b/hfdocs/source/models/legacy-se-resnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/legacy-se-resnext.mdx b/hfdocs/source/models/legacy-se-resnext.mdx index 33cfb63a..617b0827 100644 --- a/hfdocs/source/models/legacy-se-resnext.mdx +++ b/hfdocs/source/models/legacy-se-resnext.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/legacy-senet.mdx b/hfdocs/source/models/legacy-senet.mdx index abe3ffcd..42fc6d79 100644 --- a/hfdocs/source/models/legacy-senet.mdx +++ b/hfdocs/source/models/legacy-senet.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/mixnet.mdx b/hfdocs/source/models/mixnet.mdx index ec62ec00..785a28b8 100644 --- a/hfdocs/source/models/mixnet.mdx +++ b/hfdocs/source/models/mixnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/mnasnet.mdx b/hfdocs/source/models/mnasnet.mdx index c6be000a..90939284 100644 --- a/hfdocs/source/models/mnasnet.mdx +++ b/hfdocs/source/models/mnasnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/mobilenet-v2.mdx b/hfdocs/source/models/mobilenet-v2.mdx index 812f991d..db265ed3 100644 --- a/hfdocs/source/models/mobilenet-v2.mdx +++ b/hfdocs/source/models/mobilenet-v2.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/mobilenet-v3.mdx b/hfdocs/source/models/mobilenet-v3.mdx index 939dc85e..c4421808 100644 --- a/hfdocs/source/models/mobilenet-v3.mdx +++ b/hfdocs/source/models/mobilenet-v3.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/nasnet.mdx b/hfdocs/source/models/nasnet.mdx index 3a0e601a..f9e5b8ad 100644 --- a/hfdocs/source/models/nasnet.mdx +++ b/hfdocs/source/models/nasnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/noisy-student.mdx b/hfdocs/source/models/noisy-student.mdx index 397278d1..8a80f994 100644 --- a/hfdocs/source/models/noisy-student.mdx +++ b/hfdocs/source/models/noisy-student.mdx @@ -82,7 +82,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/pnasnet.mdx b/hfdocs/source/models/pnasnet.mdx index e5ec59c0..001c0923 100644 --- a/hfdocs/source/models/pnasnet.mdx +++ b/hfdocs/source/models/pnasnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/regnetx.mdx b/hfdocs/source/models/regnetx.mdx index e13caa35..5e031e03 100644 --- a/hfdocs/source/models/regnetx.mdx +++ b/hfdocs/source/models/regnetx.mdx @@ -77,7 +77,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/regnety.mdx b/hfdocs/source/models/regnety.mdx index c0a2e905..be0200ab 100644 --- a/hfdocs/source/models/regnety.mdx +++ b/hfdocs/source/models/regnety.mdx @@ -79,7 +79,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/res2net.mdx b/hfdocs/source/models/res2net.mdx index c546948c..4ad66112 100644 --- a/hfdocs/source/models/res2net.mdx +++ b/hfdocs/source/models/res2net.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/res2next.mdx b/hfdocs/source/models/res2next.mdx index 58714dee..1d356452 100644 --- a/hfdocs/source/models/res2next.mdx +++ b/hfdocs/source/models/res2next.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/resnest.mdx b/hfdocs/source/models/resnest.mdx index 1cf25105..43fed635 100644 --- a/hfdocs/source/models/resnest.mdx +++ b/hfdocs/source/models/resnest.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/resnet-d.mdx b/hfdocs/source/models/resnet-d.mdx index d858af0f..b2be2d3d 100644 --- a/hfdocs/source/models/resnet-d.mdx +++ b/hfdocs/source/models/resnet-d.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/resnet.mdx b/hfdocs/source/models/resnet.mdx index 541079c8..922549b4 100644 --- a/hfdocs/source/models/resnet.mdx +++ b/hfdocs/source/models/resnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/resnext.mdx b/hfdocs/source/models/resnext.mdx index 07b4254d..244e9fb1 100644 --- a/hfdocs/source/models/resnext.mdx +++ b/hfdocs/source/models/resnext.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/rexnet.mdx b/hfdocs/source/models/rexnet.mdx index 8c1307d7..714365f2 100644 --- a/hfdocs/source/models/rexnet.mdx +++ b/hfdocs/source/models/rexnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/se-resnet.mdx b/hfdocs/source/models/se-resnet.mdx index 1473fd7e..ef23583d 100644 --- a/hfdocs/source/models/se-resnet.mdx +++ b/hfdocs/source/models/se-resnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/selecsls.mdx b/hfdocs/source/models/selecsls.mdx index a07511a6..3a9366bc 100644 --- a/hfdocs/source/models/selecsls.mdx +++ b/hfdocs/source/models/selecsls.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/seresnext.mdx b/hfdocs/source/models/seresnext.mdx index 9d3e9125..ff5af012 100644 --- a/hfdocs/source/models/seresnext.mdx +++ b/hfdocs/source/models/seresnext.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/skresnet.mdx b/hfdocs/source/models/skresnet.mdx index 2b9422d5..ce182ed9 100644 --- a/hfdocs/source/models/skresnet.mdx +++ b/hfdocs/source/models/skresnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/skresnext.mdx b/hfdocs/source/models/skresnext.mdx index bec6ea5b..a3c36f5d 100644 --- a/hfdocs/source/models/skresnext.mdx +++ b/hfdocs/source/models/skresnext.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/spnasnet.mdx b/hfdocs/source/models/spnasnet.mdx index 2af6c5ee..4d0f90a7 100644 --- a/hfdocs/source/models/spnasnet.mdx +++ b/hfdocs/source/models/spnasnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/ssl-resnet.mdx b/hfdocs/source/models/ssl-resnet.mdx index ddb73f94..190afff1 100644 --- a/hfdocs/source/models/ssl-resnet.mdx +++ b/hfdocs/source/models/ssl-resnet.mdx @@ -77,7 +77,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/swsl-resnet.mdx b/hfdocs/source/models/swsl-resnet.mdx index 61749584..7789c17d 100644 --- a/hfdocs/source/models/swsl-resnet.mdx +++ b/hfdocs/source/models/swsl-resnet.mdx @@ -77,7 +77,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/swsl-resnext.mdx b/hfdocs/source/models/swsl-resnext.mdx index 132aacd6..9b309093 100644 --- a/hfdocs/source/models/swsl-resnext.mdx +++ b/hfdocs/source/models/swsl-resnext.mdx @@ -77,7 +77,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/tf-efficientnet-condconv.mdx b/hfdocs/source/models/tf-efficientnet-condconv.mdx index 57dfb8ee..d8f09940 100644 --- a/hfdocs/source/models/tf-efficientnet-condconv.mdx +++ b/hfdocs/source/models/tf-efficientnet-condconv.mdx @@ -81,7 +81,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/tf-efficientnet-lite.mdx b/hfdocs/source/models/tf-efficientnet-lite.mdx index 24af2dda..c2005695 100644 --- a/hfdocs/source/models/tf-efficientnet-lite.mdx +++ b/hfdocs/source/models/tf-efficientnet-lite.mdx @@ -81,7 +81,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/tf-efficientnet.mdx b/hfdocs/source/models/tf-efficientnet.mdx index 3284a982..ebac0f3c 100644 --- a/hfdocs/source/models/tf-efficientnet.mdx +++ b/hfdocs/source/models/tf-efficientnet.mdx @@ -79,7 +79,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/tf-inception-v3.mdx b/hfdocs/source/models/tf-inception-v3.mdx index 2c721510..71f0e0cf 100644 --- a/hfdocs/source/models/tf-inception-v3.mdx +++ b/hfdocs/source/models/tf-inception-v3.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/tf-mixnet.mdx b/hfdocs/source/models/tf-mixnet.mdx index bd506b98..6e92510c 100644 --- a/hfdocs/source/models/tf-mixnet.mdx +++ b/hfdocs/source/models/tf-mixnet.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/tf-mobilenet-v3.mdx b/hfdocs/source/models/tf-mobilenet-v3.mdx index 8ef878da..59f5cc2d 100644 --- a/hfdocs/source/models/tf-mobilenet-v3.mdx +++ b/hfdocs/source/models/tf-mobilenet-v3.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/tresnet.mdx b/hfdocs/source/models/tresnet.mdx index 14f6959b..27594ff1 100644 --- a/hfdocs/source/models/tresnet.mdx +++ b/hfdocs/source/models/tresnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/wide-resnet.mdx b/hfdocs/source/models/wide-resnet.mdx index 869c09b4..1a40c627 100644 --- a/hfdocs/source/models/wide-resnet.mdx +++ b/hfdocs/source/models/wide-resnet.mdx @@ -73,7 +73,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation diff --git a/hfdocs/source/models/xception.mdx b/hfdocs/source/models/xception.mdx index 9ce8d576..80b59b55 100644 --- a/hfdocs/source/models/xception.mdx +++ b/hfdocs/source/models/xception.mdx @@ -75,7 +75,7 @@ script](https://github.com/rwightman/pytorch-image-models/blob/master/train.py) ## How do I train this model? -You can follow the [timm recipe scripts](https://rwightman.github.io/pytorch-image-models/scripts/) for training a new model afresh. +You can follow the [timm recipe scripts](scripts) for training a new model afresh. ## Citation