因為在pytorch中所有輸入的資料都是batch方式輸入的 output, next_hidden = rnn(input[0], hidden) print(output.shape) print(output). 顯示上述結果
確定! 回上一頁