RuntimeError: output with shape [1, 28, 28] doesn't match the broadcast shape [3, 28, 28]の対処法
pytorchでMNISTデータセットを用いる際に
RuntimeError: output with shape [1, 28, 28] doesn't match the broadcast shape [3, 28, 28]
というエラーが出るかもしれない。
これはデータセットの準備をする際のtransformの部分に原因がある。