From 69a72f7be4f114fb1d102e7eba05acebc69a3ec7 Mon Sep 17 00:00:00 2001 From: cuicheng01 Date: Mon, 21 Jun 2021 08:11:11 +0000 Subject: [PATCH] Update LeViT configs --- ppcls/configs/ImageNet/LeViT/LeViT_128.yaml | 2 +- ppcls/configs/ImageNet/LeViT/LeViT_128S.yaml | 2 +- ppcls/configs/ImageNet/LeViT/LeViT_192.yaml | 2 +- ppcls/configs/ImageNet/LeViT/LeViT_256.yaml | 2 +- ppcls/configs/ImageNet/LeViT/LeViT_384.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ppcls/configs/ImageNet/LeViT/LeViT_128.yaml b/ppcls/configs/ImageNet/LeViT/LeViT_128.yaml index 0dabfeb8..6683bf82 100644 --- a/ppcls/configs/ImageNet/LeViT/LeViT_128.yaml +++ b/ppcls/configs/ImageNet/LeViT/LeViT_128.yaml @@ -17,7 +17,7 @@ Global: # model architecture Arch: - name: LeViT128 + name: LeViT_128 # loss function config for traing/eval process Loss: diff --git a/ppcls/configs/ImageNet/LeViT/LeViT_128S.yaml b/ppcls/configs/ImageNet/LeViT/LeViT_128S.yaml index 958868fd..3b7caf0c 100644 --- a/ppcls/configs/ImageNet/LeViT/LeViT_128S.yaml +++ b/ppcls/configs/ImageNet/LeViT/LeViT_128S.yaml @@ -17,7 +17,7 @@ Global: # model architecture Arch: - name: LeViT128S + name: LeViT_128S # loss function config for traing/eval process Loss: diff --git a/ppcls/configs/ImageNet/LeViT/LeViT_192.yaml b/ppcls/configs/ImageNet/LeViT/LeViT_192.yaml index 0ecf2c36..926d4323 100644 --- a/ppcls/configs/ImageNet/LeViT/LeViT_192.yaml +++ b/ppcls/configs/ImageNet/LeViT/LeViT_192.yaml @@ -17,7 +17,7 @@ Global: # model architecture Arch: - name: LeViT192 + name: LeViT_192 # loss function config for traing/eval process Loss: diff --git a/ppcls/configs/ImageNet/LeViT/LeViT_256.yaml b/ppcls/configs/ImageNet/LeViT/LeViT_256.yaml index 2acccef6..199c3cb6 100644 --- a/ppcls/configs/ImageNet/LeViT/LeViT_256.yaml +++ b/ppcls/configs/ImageNet/LeViT/LeViT_256.yaml @@ -17,7 +17,7 @@ Global: # model architecture Arch: - name: LeViT256 + name: LeViT_256 # loss function config for traing/eval process Loss: diff --git a/ppcls/configs/ImageNet/LeViT/LeViT_384.yaml b/ppcls/configs/ImageNet/LeViT/LeViT_384.yaml index fa53e142..50f5f1b2 100644 --- a/ppcls/configs/ImageNet/LeViT/LeViT_384.yaml +++ b/ppcls/configs/ImageNet/LeViT/LeViT_384.yaml @@ -17,7 +17,7 @@ Global: # model architecture Arch: - name: LeViT384 + name: LeViT_384 # loss function config for traing/eval process Loss: -- GitLab