Cuthbert

Results 9 comments of Cuthbert

> Did HsuWanTing forget to give the checkpoint file? I counter this problem too. I believe there should be a checkpoint file along with the model files, which the author...

@fatmas1982 did you manage to resolve the issue

> With only 1 gpu for training, you need to accumulate the gradient for a much larger step, or the model cannot be trained effectively. so you need to have...

> @Colanim > Sorry for late reply > I have replace the decoder with the following [method](https://arxiv.org/pdf/1904.09751.pdf) which proposes a new way of sampling tokens at decoding steps, rather than...

can you provide the command you use , also I think you should check the directory were you store your processed data

@nlpyang help us with preprocessed New York Times data

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 I am getting the following...

uninstall everything then start again

> uninstall everything then start again git clone https://github.com/bheinzerling/pyrouge cd pyrouge pip install -e . git clone https://github.com/andersjo/pyrouge.git rouge pyrouge_set_rouge_path ~/pyrouge/rouge/tools/ROUGE-1.5.5/ cd rouge/tools/ROUGE-1.5.5/data python -m pyrouge.test