PyTorch 9
- CV에서 강력한 Data Augmentation을 제공하는 Albumentations 패키지
- Weights & Biases (W&B)를 이용해서 학습/추적/비교/공유까지
- [PyTorch] `nn.Module` vs. `Dataset`: 왜 `super().__init__()` 호출 여부가 다른가?
- [PyTorch] nn.Module 클래스 super().__init__()의 역할
- [PyTorch] 컴퓨터 비전의 동반자, torchvision
- [PyTorch] 모델을 똑똑하게 학습시키는 트레이너, torch.optim
- [PyTorch] 데이터 준비의 모든 것, torch.utils.data 패키지에 대해
- [PyTorch] view() vs. reshape() 비교
- [PyTorch] 파이토치의 심장, torch.nn 패키지에 대해