avatar

Page 66

  • Published on
    pytorch를 활용해서 옷 이미지를 구별하는 예제를 해봤었는데, 다시 한번 복습하는 차원에서 기본적인 기능으로 해보려고 한다. ### 1. 데이터셋 준비 ```python import torch from torchvision import datasets, transforms import helper # Define a transform to norm...
  • Published on
    pytorch에서 주는 곤충 이미지를 분류하는 작업을 해보려고 한다. 벌과 개미 이미지가 있는데, 각각의 이미지를 잠깐 살펴보면 ![ant1](../images/ant1.jpg) ![ant2](../images/ant2.jpg) ![ant3](../images/ant3.jpg) ![ant4](../.....