You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
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'
The text was updated successfully, but these errors were encountered: