Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I run the following command : python trainset.py --component RD . It throws an error:run() got an unexpected keyword argument 'num' #11

Open
7zhikaiwang opened this issue Dec 6, 2024 · 0 comments

Comments

@7zhikaiwang
Copy link

Dear Author,

When reproducing your code, I encountered an error at the step:python trainset.py --component RD

The error message is as follows:run() got an unexpected keyword argument 'num'

After inspecting your code, I found that the matcher mutual instance calls the run method with a parameter named num, which does not exist in the method definition. I suspect you intended to pass the keynum parameter, which does exist in the method. However, after modifying the parameter name to keynum, a new error occurred.

When running the same command with --component RD, the following error is raised:'Namespace' object has no attribute 'RD'

I am very interested in the content of your paper, and I would greatly appreciate it if you could help me resolve this issue.

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant