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