신경망학습
-
torchvision으로 MNIST 데이터 로드하기PyTorch 2020. 5. 23. 01:45
MNIST 데이터를 쉽게 로드하기 위해서는 torchvision 모듈을 사용해야한다. torchvision에 관한 문서를 한번 읽어봤다. *참고: https://pytorch.org/docs/stable/torchvision/index.html torchvision — PyTorch 1.5.0 documentation Shortcuts pytorch.org TORCHVISION The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision. 그런데 특별한 설명은 없고, 컴퓨터 비전을 위한 이미지 변환, 네트워크 아키텍쳐, 데이터셋 등을 모아..