예름의 개발 TIL

예름의 개발 TIL

  • 분류 전체보기 (113) N
    • Artificial Intelligence (63) N
      • 모두를 위한 딥러닝 (PyTorch) (13)
      • Computer Vision (10)
      • CS231n (Stanford) (17)
      • CS236 (Stanford) (19)
      • LG Aimers 7기 (1) N
    • Project Log (31)
      • 학부 졸업프로젝트 (31)
    • Mobile Programming (5)
    • AWS (3)
    • Node.js (1)
    • Distributed System (0)
    • Paper (5) N
      • Robotics (1)
      • Ubiquitous AI (1)
      • How to read (1)
      • Human-centric Ubiquitous In.. (1)
      • Trustworthy AI (1) N
    • Etc (5)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

예름의 개발 TIL

컨텐츠 검색

태그

모두를 위한 딥러닝 시즌2 openAI API Key 졸업프로젝트 gradient descent aws lambda stanford cs231n 필기본 docker container firebase cs236: deep generative models django 프로젝트 구조 stanford cs236 필기본 파이토치 라즈베리파이 aws IoT core 딥러닝 cost 계산 pytorch Learning rate docker cs231n: deep learning for computer vision Tensor Manipulation

최근글

댓글

공지사항

아카이브

파이토치 view 함수(1)

  • [PyTorch] Tensor Manipulation 2 실습 : 모두를 위한 딥러닝 시즌2

    Torch.FloatTensor.view로 텐서 모양 변형시키기 괄호가 복잡하다보니 조금 헷갈렸지만, 예제마다 Shape를 (a, b, c)로 표현했을 때 각각의 값이 무엇인지 정확하게 이해하려고 노력했다. view에 인자로 주어지는 값 중 -1이 있는 곳은 PyTorch가 자동으로 크기를 계산하도록 하는 자리이다. 라이브러리 importimport numpy as npimport torch View (Reshape)# View (Reshape)t = np.array([[[0, 1, 2], [3, 4, 5]], [[6, 7, 8], [9, 10, 11]]])ft = torch.FloatTensor(t)print(ft.shape)pri..

    2024.08.30
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바