Tensorflow 설치
- pointpillars 모델 돌리는데 텐서플로우도 필요해서 설치했습니다.
pip install tensorflow==2.9.2
버전은 코랩환경이랑 똑같이 했습니다.
다행히 오류 없이 잘 import 되네요.
- tensorflow 버전 확인
import tensorflow as tf
tf.__version__
- 그 밖에 필요했던 pointpillars 를 위해 필요했던 라이브러리들..
pip install --upgrade pip --user
pip install pandas matplotlib seaborn scipy sklearn
pip install jupyter notebook
pip install ipykernel
pip install open3d
pip install opencv-python
pip install tqdm
pip install numba
'근황 토크 및 자유게시판' 카테고리의 다른 글
[Ubuntu 22.04] Nvidia driver & Cuda 설치 (0) | 2023.03.02 |
---|---|
[VS Code] argument를 설정한 debug (0) | 2023.02.14 |
fatal error: Python.h: No such file or directory (0) | 2022.12.02 |
GPU server setting #4_pytorch 설치(Cuda v 11.2) 및 커널에 가상환경 추가하기. (0) | 2022.12.02 |
GPU server setting #3_CUDA 설치 (리눅스 우분투 20.04) (0) | 2022.12.01 |