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

ValueError: Cannot start core without candidate evidence #134

Open
baditaflorin opened this issue Jul 22, 2017 · 0 comments
Open

ValueError: Cannot start core without candidate evidence #134

baditaflorin opened this issue Jul 22, 2017 · 0 comments

Comments

@baditaflorin
Copy link

ubuntu@ubuntu:/mo$ python3 bin/iepy_runner.py persoana_test persoana_test.csv
Loading candidate evidence from database...
Getting labels from DB
Sorting labels them by evidence
Labels conflict solving
Traceback (most recent call last):
File "bin/iepy_runner.py", line 184, in
run_from_command_line()
File "bin/iepy_runner.py", line 129, in run_from_command_line
iextractor = _construct_extractor(opts, relation, labeled_evidences, tuning_mode)
File "bin/iepy_runner.py", line 107, in _construct_extractor
relation, labeled_evidences, extractor_config, tradeoff=tuning_mode
File "/usr/local/lib/python3.4/dist-packages/iepy/extraction/active_learning_core.py", line 51, in init
self._setup_labeled_evidences(labeled_evidences)
File "/usr/local/lib/python3.4/dist-packages/iepy/extraction/active_learning_core.py", line 201, in _setup_labeled_evidences
raise ValueError("Cannot start core without candidate evidence")
ValueError: Cannot start core without candidate evidence
ubuntu@ubuntu:
/mo$

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