트위터는 흥미로운 논문, 소프트웨어 배포, 딥러닝 최신 소식을 접하고 유지하는 주요 수단입
니다. 딥러닝 커뮤니티와 연결되고 싶다면,
fast
.
ai
포럼(
https
://
forums
.
fast
.
ai
)과 트위
터 모두에 참여하기를 권장합니다.
다시 이 장의 본론으로 돌아가 보겠습니다. 지금까지는 픽셀당 값이 하나만 있는 흑백 이미지
예를 다뤘습니다. 그러나 대부분의 컬러 이미지는 색상을 정의하는 데 픽셀당 값을 세 개 할당
합니다. 다음으로는 컬러 이미지를 다루는 작업을 살펴봅니다.
13.3
컬러 사진은 랭크
3
텐서로 표현됩니다.
>>> im=image2tensor(Image.open(image_bear()))
>>> im.shape
torch.Size([3, 1000, 846])
show_image(im);
539
13
합성곱 신경망
첫 번째 축은 세 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.