Shanmuk4622 commited on
Commit
b57972c
·
verified ·
1 Parent(s): 6a4a419

Add README

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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
+ ```