https://whereisend.tistory.com/54
PyTorch - What is PyTorch (1)
WHAT IS PyTorch? 가장 먼저 PyTorch를 시작하려면 import 해야한다. import torch 텐서 생성 import torch x = torch.empty(5, 3) y = torch.rand(5, 3) z = torch.zeros(5, 3, dtype=torch.long) u = torch.tens..
whereisend.tistory.com
'프로그래밍 언어 > Pytorch' 카테고리의 다른 글
torch.nn.DataParallel (0) | 2020.07.31 |
---|---|
pytorch autograd 잘 정리된 곳 (0) | 2020.06.25 |
contiguous() 함수 쓰는 이유 view()함수 쓸때 사용 (0) | 2020.06.10 |
train() eval() 함수 쓰는 이유 in 파이토치 (0) | 2020.03.26 |
구글코랩에서 파이토치 쓰려면 다음 명령어를 입력하세요 (0) | 2020.02.24 |