Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Error:0.3.2timm.create_model did not have layer_scale_init_value #147

Open
fzu021800901 opened this issue Jun 30, 2023 · 0 comments
Open

Comments

@fzu021800901
Copy link

model = create_model(
    args.model, 
    pretrained=False, 
    num_classes=args.nb_classes, 
    drop_path_rate=args.drop_path,
    **layer_scale_init_value=args.layer_scale_init_value,**
    head_init_scale=args.head_init_scale,
    )
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant