nn.Linear(10, 20)input size 10output size 20bias - True or False nn.Linearnn.Linear는 파이토치에서 사용되는 선형 변환(linear transformation)을 수행하는 클래스로, Fully Connected Layer 또는 Dense Laye…https://wikidocs.net/194943