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 |
Tags
- 본즈앤올
- 프로그래밍
- 학습 알고리즘
- 코딩테스트
- const
- 기계학습
- 나동빈님
- 기계학습 기초
- 홍정모님
- Runtime constants
- 코드블럭 오류
- 이코테
- standford University
- CLion
- decimal
- #endif
- 연산자
- C++
- Machine Learning
- algorithm
- compile time constants
- #define
- regression problem
- classification problem
- coursera
- Andrew Ng
- 단항연산자
- 형변환
- Greedy
- sizeof()
Archives
- Today
- Total
wellcome_공부일기
Pytorch3D | install core library tar.gz file unzip error 본문
when you run the code below from
https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md#core-library
GitHub - facebookresearch/pytorch3d: PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data - GitHub - facebookresearch/pytorch3d: PyTorch3D is FAIR's library of reusable components for deep learning...
github.com
curl -LO https://github.com/NVIDIA/cub/archive/1.10.0.tar.gz
tar xzf 1.10.0.tar.gz
export CUB_HOME=$PWD/cub-1.10.0
change second line to tar -zxvf 1.10.0.tar.gz
'ETC.ERROR' 카테고리의 다른 글
Comments