Astariul
Astariul
Thanks for the answer. I used same epoch. With the official implementation I used batch size of 32, with this one batch size of 64, so I don't think the...
Thanks for your insight. Let's keep it open in case someone come with an idea :)
We definitely need this, for multi-pages applications.
I tried to reproduce results reported in the paper [Get to the Point](https://arxiv.org/pdf/1704.04368.pdf), using same parameters. But I was unsuccessful, results are much lower than expected, the ROUGE scores are...
Nope, I gave up and tried [this repo,](https://github.com/ChenRocks/fast_abs_rl) which is really easy to reproduce and gave better results anyway.
To fix `script not found` : ``` pip uninstall pyrouge git clone https://github.com/bheinzerling/pyrouge cd pyrouge pip install -e . pyrouge_set_rouge_path python -m pyrouge.test ```
Me too. Any idea on how to tweak parameters to make it recognize single-cell table ?
Mine is also `1000`. The file seems to work if I do : ```python import sys import camelot sys.setrecursionlimit(2000) tables = camelot.read_pdf('test3.pdf', pages='1-end') ```
Thanks for the answer @vinayak-mehta > Can tables and diagrams both occur on the same page? Yes unfortunately T.T