Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 895 Bytes

installation.md

File metadata and controls

41 lines (29 loc) · 895 Bytes

安装文档

环境要求

  • PaddlePaddle >= 2.3
  • Python >= 3.6
  • CUDA >= 10.1
  • cuDNN >= 7.6

安装说明

1. 安装PaddlePaddle

# CUDA10.1
python -m pip install paddlepaddle-gpu==2.3.0

2. 下载Paddle3D代码

git clone https://github.com/PaddlePaddle/Paddle3D

3. 安装Paddle3D依赖

cd Paddle3D
pip install -r requirements.txt

4. 安装Paddle3D

pip install .     # regular install
pip install -e .  # develop install