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

TypeError: gendata() got an unexpected keyword argument 'part' #40

Open
yanghhx opened this issue Mar 22, 2021 · 3 comments
Open

TypeError: gendata() got an unexpected keyword argument 'part' #40

yanghhx opened this issue Mar 22, 2021 · 3 comments

Comments

@yanghhx
Copy link

yanghhx commented Mar 22, 2021

when I run a commad "python ntu_gen_preprocess.py
xsub train".It appears the problem :Traceback (most recent call last):
File "ntu_gen_preprocess.py", line 143, in
gendata(arg.data_path, out_path, arg.ignored_sample_path, benchmark=b, part=sn)
TypeError: gendata() got an unexpected keyword argument 'part'

@Noahhhhhhhhhhh
Copy link

when I run a commad "python ntu_gen_preprocess.py
xsub train".It appears the problem :Traceback (most recent call last):
File "ntu_gen_preprocess.py", line 143, in
gendata(arg.data_path, out_path, arg.ignored_sample_path, benchmark=b, part=sn)
TypeError: gendata() got an unexpected keyword argument 'part'

Have you solved the problem

@Kevin0yue
Copy link

do you know how to solve this problem?

@YHY-10
Copy link

YHY-10 commented Mar 4, 2022

do you know how to solve this problem?
I have solved this problem by replacing "part" with "set_name"
By pressing "CTRL + P" on your keyboard , you can see the parameters you need.

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

4 participants