근황 토크 및 자유게시판
GPU server setting #5_Tensorflow 설치
scone
2022. 12. 2. 16:28
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