add ONNX support for LeVit (#18154)

Co-authored-by: Guilhem Chéron <guilhemc@authentifier.com>
This commit is contained in:
gcheron
2022-07-18 15:17:07 +02:00
committed by GitHub
parent c1c79b0655
commit 8c14b342aa
5 changed files with 31 additions and 2 deletions

View File

@@ -196,6 +196,7 @@ PYTORCH_EXPORT_MODELS = {
("xlm-roberta", "xlm-roberta-base"),
("layoutlm", "microsoft/layoutlm-base-uncased"),
("layoutlmv3", "microsoft/layoutlmv3-base"),
("levit", "facebook/levit-128S"),
("vit", "google/vit-base-patch16-224"),
("deit", "facebook/deit-small-patch16-224"),
("beit", "microsoft/beit-base-patch16-224"),