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
- 백준
- 두수비교하기
- 15596
- git config global
- github
- git
- python
- 정규식
- Baekjoon
- Restore
- GitHub 설치
- remote repository 생성
- git commit
- 함수
- git push
- STAGE
- local repository 생성
- 1330
- 수정사항업데이트
- 1
- boostcamp #aI tech #주간리뷰
- Push
- Reset
- commit
- regExr
- amend
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