Commit 171fd2d5 authored by dongchy920's avatar dongchy920
Browse files

Update README.md

parent f2362310
...@@ -45,9 +45,10 @@ pip install -r requirements.txt ...@@ -45,9 +45,10 @@ pip install -r requirements.txt
``` ```
### Anaconda(方法三) ### Anaconda(方法三)
线上节点推荐使用conda进行环境配置。 线上节点推荐使用conda进行环境配置。
创建python=3.10的conda环境 创建python=3.10的conda环境并激活
``` ```
conda create -n yolov9 python=3.10 conda create -n yolov9 python=3.10
conda activate yolov9
``` ```
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。 关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。
...@@ -57,9 +58,8 @@ python:python3.10 ...@@ -57,9 +58,8 @@ python:python3.10
pytorch:1.13.1 pytorch:1.13.1
torchvision:0.14.1 torchvision:0.14.1
``` ```
激活conda环境并安装其他依赖包 安装其他依赖包
``` ```
conda activate yolov9
pip install -r requirements.txt pip install -r requirements.txt
``` ```
## 数据集 ## 数据集
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment