[Error] ValueError: Expected more than 1 value per channel when training, got input size ~
에러 위치 File "XX.py", line NN, in forward x = F.relu(self.bn(self.lin1(x))) File "/XX/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "/XX/lib/python3.8/site-packages/torch/nn/modules/batchnorm.py", line 171, in forward return F.batch_norm( File "/XX/lib/python3.8/site-packages/torch/nn/functional.py", line 2448, in batch_..
2023. 8. 23.