vocab_size = len(ixtoword) + 1 # one for appended 0's 请问这个地方加1是为什么呢 作用是什么啊
vocab_size = len(ixtoword) + 1 # one for appended 0's
请问这个地方加1是为什么呢 作用是什么啊