Bobby-xb
Results
2
comments of
Bobby-xb
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,...