Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ADD
- boostcamp #aI tech #주간리뷰
- 수정사항업데이트
- Push
- remote repository 생성
- 1330
- amend
- 함수
- python
- 15596
- 정규식
- commit
- Reset
- git push
- github
- 두수비교하기
- 백준
- Baekjoon
- git config global
- Restore
- local repository 생성
- STAGE
- regExr
- 1
- 파이썬
- git commit
- GitHub 설치
- git
Archives
- Today
- Total
목록Coding/PyTorch (1)
Très bien

PyTorch의 DataType 대부분 C언어에서 파생된 데이터 유형으로 NumPy와 유사한 형태이며, 추가적으로 cuda type의 GPU tensor가 지원된다. Torch defines 10 tensor types with CPU and GPU variants which are as follows: Data typed dtype typeCPU tensor GPU tensor 32-bit floating point torch.float32 or torch.float torch.FloatTensor torch.cuda.FloatTensor 64-bit floating point torch.float64 or torch.double torch.DoubleTensor torch.cuda.DoubleTens..
Coding/PyTorch
2022. 1. 24. 11:59