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 |
Tags
- 연산자
- CLion
- Greedy
- 코딩테스트
- 이코테
- 단항연산자
- C++
- 프로그래밍
- 본즈앤올
- Machine Learning
- #define
- coursera
- standford University
- sizeof()
- 기계학습 기초
- 기계학습
- Runtime constants
- 홍정모님
- Andrew Ng
- compile time constants
- 형변환
- decimal
- 나동빈님
- algorithm
- #endif
- 학습 알고리즘
- regression problem
- 코드블럭 오류
- classification problem
- const
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