Update svd_deit_small_test.py
Browse files- svd_deit_small_test.py +3 -0
svd_deit_small_test.py
CHANGED
|
@@ -12,6 +12,9 @@ Standard DeiT without SVD features at 100 epochs defeated.
|
|
| 12 |
|
| 13 |
Overtaken by epoch 52 of the SVD features variant.
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
[DATA] CIFAR-100: 50000 train, 10000 val, bs=256
|
|
|
|
| 12 |
|
| 13 |
Overtaken by epoch 52 of the SVD features variant.
|
| 14 |
|
| 15 |
+
The amount of time difference isn't insignificant, but this will be improved considerably
|
| 16 |
+
as the process improves.
|
| 17 |
+
|
| 18 |
|
| 19 |
|
| 20 |
[DATA] CIFAR-100: 50000 train, 10000 val, bs=256
|