meshed-memory-transformer
meshed-memory-transformer copied to clipboard
The evaluation when runnin test.py
Hi. When I run the test.py to evaluate, the model just generates <'unk'> without any other tokens.
me too, do you solve it?
@Timon0327
Hi, because I had a bug about gather_cuda() from beam_search.py, I modified the data.dtype to float.64 to solve it. When I changed it to original version, the test was normal.