Develop/Pytorch Pytorch nn.Module 토치 딥러닝모델 만들기 스쿨 2021. 4. 15. 21:26 출처 : https://anweh.tistory.com/21 [DL, PyTorch] 신경망 모델 정의하기 -- Class, nn.Module PyTorch로 신경망 모델을 설계할 때, 크게 다음과 같은 세 가지 스텝을 따르면 된다. Design your model using class with Variables Construct loss and optim Train cycle (forward, backward, update) 이 포스.. anweh.tistory.com