Rename second input dimension from "sequence" to "num_channels" for CV models (#17976)

This commit is contained in:
regisss
2022-08-18 15:13:54 +02:00
committed by GitHub
parent 780253ce3d
commit 76454b08c8
10 changed files with 11 additions and 10 deletions

View File

@@ -199,6 +199,7 @@ PYTORCH_EXPORT_MODELS = {
("roformer", "junnyu/roformer_chinese_base"),
("squeezebert", "squeezebert/squeezebert-uncased"),
("mobilebert", "google/mobilebert-uncased"),
("mobilevit", "apple/mobilevit-small"),
("xlm", "xlm-clm-ende-1024"),
("xlm-roberta", "xlm-roberta-base"),
("layoutlm", "microsoft/layoutlm-base-uncased"),