Amit Moryossef
Amit Moryossef
you would need to install perl. while back when this code was written, `multi-bleu` was the standard, the standard today is `sacrebleu`, and i recommend you use it instead
did it successfully create a vocabulary file in `/tmp/tmpz79gzk1g/data`? If there is no persistent `tmp` storage on your sever, perhaps you should export `TMPDIR` to some other directory.
Try: ```sh python server/server.py ``` from the main directory. This is because the server is looking for the cache directory.
It says that it can't connect to `dbpedia.org`. I assume this comes from the use of this function: https://github.com/AmitMY/chimera/blob/dfd804e8dc1d7eebbfc3092d7d6d99654c06464b/utils/dbpedia.py#L62 To test if that is the problem, replace the function's body...
Did you modify the part I mentioned and something else failed? If so, what is the error. If not, this is the place to modify. I did not try to...
The best solution would be to add `test_reader` to the `Config` class, and to use it in this row: https://github.com/AmitMY/chimera/blob/master/process/pre_process.py#L9 (some tweaks necessary like to do it only in test,...
First thing I would try is: 1. In `planner/naive_planner.py` change `is_parallel` from `True` to `False`. That will make sure the issue is not the parallelization. 2. Under `cache` directory, delete...
Wow, 8 hours seems excessive. Can you also say how much time has passed? this sometimes happens to me, and then after 20 minutes or so I see it passed...
Sorry for the late response. You can skip this part of the pipeline, but then you will not get test-set evaluation results. The test set is built of 2 parts,...
So sorry about that! You are correct, I am running this on a beefy server... Going over plans in an iterator is possible, but isn't needed because Here are 2...