PyTorch 10
- CV에서 강력한 Data Augmentation을 제공하는 Albumentations 패키지
- [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 패키지에 대해
- 5-(2) PyTorch에서 텐서란 무엇이고, NumPy의 Array(배열)과 어떤 차이가 있나요?
- 5-(1) 딥러닝 프레임워크인 PyTorch와 TensorFlow 비교.