Skip to content

run.py: error: argument --small_kernel_merged: Boolean value expected. #9

@wangq326

Description

@wangq326

Hello, I encountered a bug while reproducing your experiment. As indicated in the title, an argument --small_kernel_merged: Boolean value is expected. I have checked, and the parameter received by small_kernel_merged is of type str, and its lowercase value is indeed 'false', but the condition v.lower() in ('no', 'false', 'f', 'n', '0') still evaluates to False. This results in the error message mentioned above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions