language-models-are-knowledge-graphs-pytorch
language-models-are-knowledge-graphs-pytorch copied to clipboard
The issuues about BFS
trafficstars
Your BFS function always return an array of length 3 because of your "visited[i] == False" I don't kown it‘s a bug or you do it on purpose. Actually when I read the Beam Search part of the origin paper,I feel confuse too. Look forward to your reply