You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "path\to\VideoMAEv2\run_class_finetuning.py", line 926, in
main(opts, ds_init)
File "path\to\VideoMAEv2\run_class_finetuning.py", line 514, in main
model = create_model(
File "path\to\anaconda3\envs\videomae\lib\site-packages\timm\models_factory.py", line 117, in create_model
model = create_fn(
File "path\to\VideoMAEv2\models\modeling_finetune.py", line 459, in vit_small_patch16_224 model = VisionTransformer(
TypeError: VisionTransformer.init() got an unexpected keyword argument 'pretrained_cfg'
The text was updated successfully, but these errors were encountered:
I have this problem with running code:
Traceback (most recent call last):
File "path\to\VideoMAEv2\run_class_finetuning.py", line 926, in
main(opts, ds_init)
File "path\to\VideoMAEv2\run_class_finetuning.py", line 514, in main
model = create_model(
File "path\to\anaconda3\envs\videomae\lib\site-packages\timm\models_factory.py", line 117, in create_model
model = create_fn(
File "path\to\VideoMAEv2\models\modeling_finetune.py", line 459, in vit_small_patch16_224 model = VisionTransformer(
TypeError: VisionTransformer.init() got an unexpected keyword argument 'pretrained_cfg'
The text was updated successfully, but these errors were encountered: