We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm currently running analysis and it seems to be kinda working but it's dying on generating figures.
Traceback (most recent call last): File "genFig.py", line 550, in <module> genHistTex(dict_breakdown_m2, path_template_breakdown, path_tex_base_breakdown, corpus_type, model_name2, data_mn_attr_range[corpus_type][model_name2], dict_data_bucketInfo[corpus_type]) File "genFig.py", line 115, in genHistTex xticklabel = getTuple(eval(xticklabel_list[idx].split(":")[1]))
Here are scripts to completely reproduce the error, just check out the "analysis_scripts" branch of the repo and run run_all_analyses.sh: https://github.com/neubig/masakhane-ner/tree/analysis_scripts
run_all_analyses.sh
Could you please help take a look?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm currently running analysis and it seems to be kinda working but it's dying on generating figures.
Here are scripts to completely reproduce the error, just check out the "analysis_scripts" branch of the repo and run
run_all_analyses.sh
: https://github.com/neubig/masakhane-ner/tree/analysis_scriptsCould you please help take a look?
The text was updated successfully, but these errors were encountered: