PyTorch - Modeling

JERRY·2025년 5월 19일
0

Deep Learning

목록 보기
27/35
post-thumbnail

Modeling

  • nn.Sequential
  • Sub-class of nn.Module

nn.Sequential

nn.module sub class

  • __init__() 에서 Layers를 초기화 함.
  • forward 함수를 구현

간단한 ResNet 구현


Training logic

Learning Rate Scheduler

0개의 댓글