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