File size: 514 Bytes
32d978d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Loading digits dataset...
Train: 10 exemplars | Test: 100 images
Image shape: (8, 8)

Initializing MNIST Agent...
--- ONE-SHOT LEARNING PHASE ---
Learned 10 digits in 0.06 seconds.

--- EVALUATION PHASE ---
Testing on 100 unseen images...

Final Accuracy: 0.0%
Per-class accuracy:
  Digit 0: 0.0%
  Digit 1: 0.0%
  Digit 2: 0.0%
  Digit 3: 0.0%
  Digit 4: 0.0%
  Digit 5: 0.0%
  Digit 6: 0.0%
  Digit 7: 0.0%
  Digit 8: 0.0%
  Digit 9: 0.0%

[WARNING] Did not meet 90% accuracy target.