update aotolog install

pull/7588/head
andyjpaddle 2022-09-14 07:01:47 +00:00
parent 9e9e6d37c1
commit a8e854b881
4 changed files with 4 additions and 24 deletions

View File

@ -24,12 +24,7 @@ Jetson端基础训练预测功能测试的主程序为`test_inference_inference.
```
- 安装autolog规范化日志输出工具
```
git clone https://github.com/LDOUBLEV/AutoLog
cd AutoLog
pip install -r requirements.txt
python setup.py bdist_wheel
pip install ./dist/auto_log-1.0.0-py3-none-any.whl
cd ../
pip install https://paddleocr.bj.bcebos.com/libs/auto_log-1.2.0-py3-none-any.whl
```
- 安装PaddleSlim (可选)
```

View File

@ -33,12 +33,7 @@ Mac端无GPU环境准备只需要Python环境即可安装PaddlePaddle等
```
- 安装autolog规范化日志输出工具
```
git clone https://github.com/LDOUBLEV/AutoLog
cd AutoLog
pip install -r requirements.txt
python setup.py bdist_wheel
pip install ./dist/auto_log-1.2.0-py3-none-any.whl
cd ../
pip install https://paddleocr.bj.bcebos.com/libs/auto_log-1.2.0-py3-none-any.whl
```
- 安装PaddleSlim (可选)
```

View File

@ -43,12 +43,7 @@ Linux端基础训练预测功能测试的主程序为`test_train_inference_pytho
```
- 安装autolog规范化日志输出工具
```
git clone https://github.com/LDOUBLEV/AutoLog
cd AutoLog
pip3 install -r requirements.txt
python3 setup.py bdist_wheel
pip3 install ./dist/auto_log-1.2.0-py3-none-any.whl
cd ../
pip3 install https://paddleocr.bj.bcebos.com/libs/auto_log-1.2.0-py3-none-any.whl
```
- 安装PaddleSlim (可选)
```

View File

@ -36,12 +36,7 @@ Windows端基础训练预测功能测试的主程序为`test_train_inference_pyt
```
- 安装autolog规范化日志输出工具
```
git clone https://github.com/LDOUBLEV/AutoLog
cd AutoLog
pip install -r requirements.txt
python setup.py bdist_wheel
pip install ./dist/auto_log-1.2.0-py3-none-any.whl
cd ../
pip install https://paddleocr.bj.bcebos.com/libs/auto_log-1.2.0-py3-none-any.whl
```
- 安装PaddleSlim (可选)
```