Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Quantum LPR Checkpoints
|
| 2 |
+
Model checkpoints for HybridLPRNet_8Q and ClassicalLPRNet.
|
| 3 |
+
|
| 4 |
+
## Structure
|
| 5 |
+
```
|
| 6 |
+
quantum/
|
| 7 |
+
latest.pth ← most recent epoch
|
| 8 |
+
best.pth ← best by val CER
|
| 9 |
+
history.json ← training curve data
|
| 10 |
+
classical/
|
| 11 |
+
latest.pth
|
| 12 |
+
best.pth
|
| 13 |
+
history.json
|
| 14 |
+
meta/
|
| 15 |
+
test_indices.json
|
| 16 |
+
```
|