Posterior-Knowledge-Selection
Posterior-Knowledge-Selection copied to clipboard
Error(not bug)
How can I get vocab.json? Thanks for your reply:)
Sorry for my stupidity... I should run train.py first, and then demo.py
when I run demo.py, an error occured: answer += vocab.itos[idx] + " " TypeError: can only concatenate tuple (not "str") to tuple
How can I solve this problem plz? Besides, if I print the context of vocab.itos, it's confusing.(Why?) I have run install.sh, download_glove.sh, train.py before. Looking forward to your reply