diff --git a/README.md b/README.md index ab654768f09d13a8e130bc0284d21912a0e6248d..0cd7ebdbbf68d722f75fc65c8289922456225d7c 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ PaddleSeg支持多进程I/O、多卡并行、跨卡Batch Norm同步等训练加 由于图像分割模型计算开销大,推荐在GPU版本的PaddlePaddle下使用PaddleSeg. ``` -pip install paddlepaddle-gpu +pip install -U paddlepaddle-gpu ``` -更多PaddlePaddle的详细安装信息请查看[PaddlePaddle安装说明](https://www.paddlepaddle.org.cn/install/doc/index)。 +同时请保证您参考NVIDIA官网,已经正确配置和安装了显卡驱动,CUDA 9 ,cuDNN 7.3 ,NCCL2 等依赖,其他更加详细的安装信息请参考:[PaddlePaddle安装说明](https://www.paddlepaddle.org.cn/install/doc/index)。 ### 2. 下载PaddleSeg代码 diff --git a/contrib/README.md b/contrib/README.md index 225ffb7747dba76b3dc3db2b27c764868a5e4fc5..7b6a9b8b865f7c573c5e34bb0047ea28a57c52a4 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -245,6 +245,6 @@ PaddleSeg在AI Studio平台上提供了在线体验的教程,欢迎体验: |-|-| |工业质检|[点击体验](https://aistudio.baidu.com/aistudio/projectdetail/184392)| |人像分割|[点击体验](https://aistudio.baidu.com/aistudio/projectdetail/188833)| -|特色垂类模型|[点击体验](https://aistudio.baidu.com/aistudio/projectdetail/115541)| +|特色垂类模型|[点击体验](https://aistudio.baidu.com/aistudio/projectdetail/226710)| diff --git a/turtorial/finetune_deeplabv3plus.md b/turtorial/finetune_deeplabv3plus.md index 89d4c801bfc7c21c2a26aa1ba1c6e41f419d6bbe..d254ce5eb6e7cbe62b64deac78e003a04fe027bf 100644 --- a/turtorial/finetune_deeplabv3plus.md +++ b/turtorial/finetune_deeplabv3plus.md @@ -131,7 +131,7 @@ python pdseg/vis.py --use_gpu --cfg ./configs/deeplabv3p_xception65_optic.yaml ## 在线体验 -PaddleSeg在AI Studio平台上提供了在线体验的DeepLabv3+图像分割教程,欢迎[点击体验](https://aistudio.baidu.com/aistudio/projectDetail/101696)。 +PaddleSeg在AI Studio平台上提供了在线体验的DeepLabv3+图像分割教程,欢迎[点击体验](https://aistudio.baidu.com/aistudio/projectDetail/226703)。 ## 模型组合