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 "D:\sem6\MAE-pytorch\run_mae_vis.py", line 141, in
main(opts)
File "D:\sem6\MAE-pytorch\run_mae_vis.py", line 81, in main
model = get_model(args)
File "D:\sem6\MAE-pytorch\run_mae_vis.py", line 64, in get_model
model = create_model(
File "D:\anaconda\lib\site-packages\timm\models_factory.py", line 117, in create_model
model = create_fn(
File "D:\sem6\MAE-pytorch\modeling_pretrain.py", line 306, in pretrain_mae_base_patch16_224
model = PretrainVisionTransformer(
TypeError: init() got an unexpected keyword argument 'pretrained_cfg'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\sem6\MAE-pytorch\run_mae_vis.py", line 141, in
main(opts)
File "D:\sem6\MAE-pytorch\run_mae_vis.py", line 81, in main
model = get_model(args)
File "D:\sem6\MAE-pytorch\run_mae_vis.py", line 64, in get_model
model = create_model(
File "D:\anaconda\lib\site-packages\timm\models_factory.py", line 117, in create_model
model = create_fn(
File "D:\sem6\MAE-pytorch\modeling_pretrain.py", line 306, in pretrain_mae_base_patch16_224
model = PretrainVisionTransformer(
TypeError: init() got an unexpected keyword argument 'pretrained_cfg'
The text was updated successfully, but these errors were encountered: