Commit
·
0fd8660
1
Parent(s):
86a2268
fix typo in updates_note (#583)
Browse files- docs/updates_note.md +1 -1
docs/updates_note.md
CHANGED
@@ -50,6 +50,6 @@ python tools/eval.py -n yolox-s -c yolox_s.pth -b 64 -d 8 --conf 0.001 [--fp16]
|
|
50 |
yolox-x
|
51 |
```
|
52 |
|
53 |
-
But for deployment demo, we don't
|
54 |
|
55 |
|
|
|
50 |
yolox-x
|
51 |
```
|
52 |
|
53 |
+
But for deployment demo, we don't support the old weights anymore. Users could checkout to YOLOX version 0.1.0 to use legacy weights for deployment
|
54 |
|
55 |
|