update aotolog install
parent
9e9e6d37c1
commit
a8e854b881
|
@ -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 (可选)
|
||||
```
|
||||
|
|
|
@ -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 (可选)
|
||||
```
|
||||
|
|
|
@ -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 (可选)
|
||||
```
|
||||
|
|
|
@ -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 (可选)
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue