After training is done, when you use evaluate or interactive function then can not use model.vocab_tags. The reason is 'model.load' returns tuple but in 'main.py', only use one variable to get a 'model.load' function (which is kind of tuple). So I added one more variable to get a model variable appropriately.
After training is done, when you use evaluate or interactive function then can not use model.vocab_tags. The reason is 'model.load' returns tuple but in 'main.py', only use one variable to get a 'model.load' function (which is kind of tuple). So I added one more variable to get a model variable appropriately.