transform.ToTensor() # [0,255]에 있는 PIL 이미지를 [0,1] tensor로 바꿈 transform.Normalize((1,),(1,)) # normalize는 tensor로 바뀐 image에 적용됨