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

tbnn model get error TypeError: run() got an unexpected keyword argument 'merge_skills' #259

Open
littlebeanbean7 opened this issue Nov 7, 2024 · 0 comments

Comments

@littlebeanbean7
Copy link

Hello,

I am running the 2nd example in the "quick start": python -u main.py -data ../data/raw/dblp/toy.dblp.v12.json -domain dblp -model tbnn tbnn_dt2v_emb

Below is the output and error I get. Please instruct on how to fix it or correctly use your functions. Thank you!

Loading sparse matrices from ./../data/preprocessed/dblp/toy.dblp.v12.json/teamsvecs.pkl ...
Loading indexes pickle from ./../data/preprocessed/dblp/toy.dblp.v12.json/indexes.pkl ...
It took 0.00011920928955078125 seconds to load from the pickles.
It took 0.0004100799560546875 seconds to load the sparse matrices.
Running for (dataset, model): (dblp, tbnn) ...
Traceback (most recent call last):
File "main.py", line 210, in
run(data_list=args.data_list,
File "main.py", line 167, in run
m_obj.run(splits, vecs_, indexes, f'{output_path}', settings['model']['baseline'][baseline_name], settings['model']['cmd'], settings['fair'], merge_skills=False)
TypeError: run() got an unexpected keyword argument 'merge_skills'

@littlebeanbean7 littlebeanbean7 changed the title Second example in the "quick start" get TypeError: run() got an unexpected keyword argument 'merge_skills' tbnn model get error TypeError: run() got an unexpected keyword argument 'merge_skills' Nov 11, 2024
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