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