Hi there,
I wanna see the best n predictions at a spesific time while decoding. I know that we can see n best prediction sentence after decoding as full sentences. But how can i print current best predictions for at a spesific time (with changing coding in beam search.py for instance) at decoding (i.e before the decoding ends)
Thanks in advance.