Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yahuiwei123 authored Dec 20, 2023
1 parent 36b7283 commit 5b26b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python train.py --batch_size 8 --step 8 --learning_rate 0.01 --num_epochs 100 -o

##### 模型预测
```python
python predict.py --image_path './test/img' --step 8 --output_size (128, 128) --output_dir './test/out'
python predict.py --image_path './test/img' --step 8 --output_size (480, 480) --output_dir './test/out'
```
#### 模型细节
+ 对模型中的如下模块进行了替换
Expand Down

0 comments on commit 5b26b28

Please sign in to comment.