We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b71e8 commit 1350554Copy full SHA for 1350554
README.md
@@ -84,7 +84,6 @@ python train.py --rank 1 --gpu 1
84
85
```python
86
config.core.LiteHRNetTest = config.core.LiteHRNetTrain.clone()
87
-config.core.LiteHRNetTest.model_reinterpret_cast = False
88
config.core.LiteHRNetTest.test_sample_path = 'your test image dir'
89
config.core.LiteHRNetTest.model_path = 'your trained model path'
90
```
0 commit comments