Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nepeplwu committed Feb 26, 2021
1 parent a6a68fa commit 5a27170
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions slim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ python train.py \

```shell
# 请在PaddleSeg根目录运行
export PYTONPATH=`pwd`
export PYTHONPATH=`pwd`
# windows下请执行以下命令
# set PYTONPATH=%cd%
# set PYTHONPATH=%cd%

python slim/quant.py \
--config configs/quick_start/bisenet_optic_disc_512x512_1k.yml \
Expand Down Expand Up @@ -101,9 +101,9 @@ python train.py \

```shell
# 请在PaddleSeg根目录运行
export PYTONPATH=`pwd`
export PYTHONPATH=`pwd`
# windows下请执行以下命令
# set PYTONPATH=%cd%
# set PYTHONPATH=%cd%

python slim/prune.py \
--config configs/quick_start/bisenet_optic_disc_512x512_1k.yml \
Expand Down

0 comments on commit 5a27170

Please sign in to comment.