Shanza
Shanza
I am following the default settings. But after the second epoch, it's taking too long. Does anyone else happen to face the same problem?
okay so when I open my spider and run the code for the first time the error don't occur but when I run it again. the error appears. so every...
@mspilimbergo no I was not able to solve it. Sorry
no, I wasn't. The code seem to have lot of problems.
But here i changed it somehow in python 3.7 and it seems to run and give somewhat fine result. https://drive.google.com/open?id=1RhYWPHbFahKxZC6mJm6Hld1ozySvFucj
Hi. I am using the pre-trained models for testing on CNN dataset. This is the command I am giving: python train.py -task abs -mode test -test_from ~/Downloads/cnndm_baseline_best.pt -batch_size 3000 -test_batch_size...
I don't quiet get what your question is. But even if you want to test this model on a new data you have to follow all the steps. Step1: You...
I have this library in my code: from pyrouge.utils import log But I am getting the following error: ModuleNotFoundError: No module named 'pyrouge.utils'; 'pyrouge' is not a package Though pyrouge...
> pip install pyrouge > pyrouge_set_rouge_path /absolute/path/to/ROUGE-1.5.5/directory > python -m pyrouge.test > > > I have this library in my code: > > from pyrouge.utils import log > > But...
Thank you. I am gonna try that. And then share my result. On Fri, 17 Jan 2020, 9:50 AM Cuthbert, wrote: > uninstall everything then start again > > git...