예름의 개발 TIL

예름의 개발 TIL

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

예름의 개발 TIL

컨텐츠 검색

태그

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

티스토리툴바