Skip to content

Commit 1350554

Browse files
author
wyh
committed
update HRNet-lite-seg
1 parent 68b71e8 commit 1350554

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ python train.py --rank 1 --gpu 1
8484

8585
```python
8686
config.core.LiteHRNetTest = config.core.LiteHRNetTrain.clone()
87-
config.core.LiteHRNetTest.model_reinterpret_cast = False
8887
config.core.LiteHRNetTest.test_sample_path = 'your test image dir'
8988
config.core.LiteHRNetTest.model_path = 'your trained model path'
9089
```

0 commit comments

Comments
 (0)