rusiaaman

Results 6 comments of rusiaaman

Thanks for your suggestion and having a quick fine-tuning code is a good idea. However, I am currently investigating why XLNet is not able to generate more coherent sentences and...

Beam search and greedy decoding causes degradation of text (it becomes repetitive) in open ended generation tasks. More discussion at https://arxiv.org/abs/1904.09751. I have observed that the same issues persist with...

Maybe it is too slow on your system? What are your hardware specs? On Thu, Aug 29, 2019 at 7:53 PM timpal0l wrote: > ----PROMPT---- > Hello world, this is...

The samples shown are generated using `--bidirectional_eachstep` flag. I updated the repository recently so that the flag wasn't true by default. This was done to reduce the inference time. However,...

No sorry, I haven't been able to solve the problem. But what I found is that it is not the problem of tensorflow software version, because the same OOM errors...

> I have the same issue, i'm using latest next and next-auth modules and then just write export { default } from "next-auth/middleware" in my middleware file :( I faced...