zhbzz2007
Results
1
comments of
zhbzz2007
I meet the same problem. `model.forward_propagation(new_sentence)` return `o,s`, but in this code, just return value to `next_word_probs`, so `next_word_probs` will to be a tuple. When we use `next_word_probs` in `np.random.multinomial(1,...