일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- keras
- #English
- 이미지 생성
- c언어
- tensorflow update
- #프로젝트
- TensorFlow
- object detection
- tokenizing
- word embedding
- text2img
- opencv SURF
- python __init__
- findContours
- #일상영어
- #실생활영어
- python list
- 딥러닝
- python 알고리즘
- #영어 명언
- #실생활 영어
- #Android
- #1일1영어
- 영어명언
- #영어
- 완전탐색
- 영어
- Convolution Neural Network
- convexhull
- #opencv
Archives
- Today
- Total
목록pytorch cat (1)
When will you grow up?
1. Pytorch - Tensor
다양한 딥러닝 패키지 중, Pytorch를 빠르게 익히고자 정리를 합니다. 내용은 Pytorch tutorial, youtube를 기반으로 정리하였습니다. Pytorch ? - torch(lua)에서 pytorch(python)로 넘어오게 되었으며, python 기반의 과학 컴퓨팅 패키징이다. - Numpy를 GPU를 통해 가속화해서 빠른 연산이 가능하다. - 개인적으로, tf에 비해 코드가 좀 더 직관적인 면이 있다. 약간 class로 다 만들어서 그런가..? Tensor ? - Tensor는 pytorch의 자료 형 - 단일 데이터 타입으로 된 다차원 행렬이다. (일반적으로 ? 0d scalar, 1d vector, 2d matrix, 3d~nd tensor) - Tensor는 간단한 명령어 [.cu..
02. Study/Pytorch
2020. 2. 24. 00:24