sonebu commited on
Commit
5096607
1 Parent(s): ed6b637

moving over from github

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +3 -0
  2. .gitignore +3 -0
  3. LICENSE +2 -0
  4. README.md +9 -3
  5. checkpoints/maxim000_nas_8b/hardware_checkpoint.pth.tar +3 -0
  6. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv1_1.jpg +3 -0
  7. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv1_2.jpg +3 -0
  8. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv1_3.jpg +3 -0
  9. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv2_1.jpg +3 -0
  10. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv2_2.jpg +3 -0
  11. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv3_1.jpg +3 -0
  12. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv3_2.jpg +3 -0
  13. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv4_1.jpg +3 -0
  14. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv4_2.jpg +3 -0
  15. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv5_1.jpg +3 -0
  16. checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/fc.jpg +3 -0
  17. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv1_1.jpg +3 -0
  18. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv1_2.jpg +3 -0
  19. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv1_3.jpg +3 -0
  20. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv2_1.jpg +3 -0
  21. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv2_2.jpg +3 -0
  22. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv3_1.jpg +3 -0
  23. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv3_2.jpg +3 -0
  24. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv4_1.jpg +3 -0
  25. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv4_2.jpg +3 -0
  26. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv5_1.jpg +3 -0
  27. checkpoints/maxim000_nas_8b/histograms_training_checkpoint/fc.jpg +3 -0
  28. checkpoints/maxim000_nas_8b/readme +1 -0
  29. checkpoints/maxim000_nas_8b/statistics_hardware_checkpoint +179 -0
  30. checkpoints/maxim000_nas_8b/statistics_training_checkpoint +179 -0
  31. checkpoints/maxim000_nas_8b/training_checkpoint.pth.tar +3 -0
  32. checkpoints/maxim001_simplenet_2b4b8b/hardware_checkpoint.pth.tar +3 -0
  33. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv1.jpg +3 -0
  34. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv10.jpg +3 -0
  35. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv11.jpg +3 -0
  36. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv12.jpg +3 -0
  37. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv13.jpg +3 -0
  38. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv14.jpg +3 -0
  39. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv2.jpg +3 -0
  40. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv3.jpg +3 -0
  41. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv4.jpg +3 -0
  42. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv5.jpg +3 -0
  43. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv6.jpg +3 -0
  44. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv7.jpg +3 -0
  45. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv8.jpg +3 -0
  46. checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv9.jpg +3 -0
  47. checkpoints/maxim001_simplenet_2b4b8b/histograms_training_checkpoint/conv1.jpg +3 -0
  48. checkpoints/maxim001_simplenet_2b4b8b/histograms_training_checkpoint/conv10.jpg +3 -0
  49. checkpoints/maxim001_simplenet_2b4b8b/histograms_training_checkpoint/conv11.jpg +3 -0
  50. checkpoints/maxim001_simplenet_2b4b8b/histograms_training_checkpoint/conv12.jpg +3 -0
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.jpg filter=lfs diff=lfs merge=lfs -text
37
+ *.png filter=lfs diff=lfs merge=lfs -text
38
+ *.pth.tar filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ **/__pycache__/
2
+ **/.ipynb_checkpoints/
3
+ **/data/
LICENSE ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Demo software - Experiments on binary neural networks in computer vision by HyperbeeAI
2
+ Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: other
3
- ---
 
 
 
 
 
 
 
1
+ # Experiments on binary neural networks in computer vision by HyperbeeAI
2
+
3
+ Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai
4
+
5
+ This repository contains our experiments for quantized and binary neural networks for computer vision tasks, evaluated over the CIFAR100 benchmark dataset.
6
+
7
+ See checkpoints/ and associated evaluation scripts. See documentation/ for more information on results:
8
+
9
+ ![results](./documentation/edited-results-graph.png)
checkpoints/maxim000_nas_8b/hardware_checkpoint.pth.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad65160c4336969064bb46051078022e2dc2ff117201eb4c3204a40a45db426a
3
+ size 4229587
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv1_1.jpg ADDED

Git LFS Details

  • SHA256: 684b0b3926d28e54c1ed16a13ec431a4cd972f854c1ff0ce7849881012743615
  • Pointer size: 131 Bytes
  • Size of remote file: 215 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv1_2.jpg ADDED

Git LFS Details

  • SHA256: 69c3aa0accac49acb87d898dff50977a0a646f73d0867e69bc32bbe795cb4164
  • Pointer size: 131 Bytes
  • Size of remote file: 269 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv1_3.jpg ADDED

Git LFS Details

  • SHA256: f4c80037f952a1506cabaecc144c3beea6cebca6082a9882347ba233b2988225
  • Pointer size: 131 Bytes
  • Size of remote file: 266 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv2_1.jpg ADDED

Git LFS Details

  • SHA256: a404e2dae0941251d93945877c7363c1d45bb10669d263c8e95cb3395ad9c20d
  • Pointer size: 131 Bytes
  • Size of remote file: 225 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv2_2.jpg ADDED

Git LFS Details

  • SHA256: a6bc145b245c7c52fb09828e3014a9a3f1ee90b42aa10b9d81271eac0bde1bfc
  • Pointer size: 131 Bytes
  • Size of remote file: 281 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv3_1.jpg ADDED

Git LFS Details

  • SHA256: 2effbcfdf29035d7a5031fb9e29dd8533c1d1a0766f6e9511617f8700cdf92a0
  • Pointer size: 131 Bytes
  • Size of remote file: 248 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv3_2.jpg ADDED

Git LFS Details

  • SHA256: 2315601c2ead29093465b7200ae550b06369a4fb8373ae8c03149d0f6dea1f19
  • Pointer size: 131 Bytes
  • Size of remote file: 275 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv4_1.jpg ADDED

Git LFS Details

  • SHA256: cf2c5d0fab5e22375834652c945958d4f9bf65589a7297fb8535f4be80a89ffa
  • Pointer size: 131 Bytes
  • Size of remote file: 231 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv4_2.jpg ADDED

Git LFS Details

  • SHA256: fc34097ca208e91993ba84f48dd4128a4abe4eeea5726101733af26dc441063b
  • Pointer size: 131 Bytes
  • Size of remote file: 284 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/conv5_1.jpg ADDED

Git LFS Details

  • SHA256: d3aebc83c9f82a89d796cc403a120adbe797ffb42f3d1ccedeeff60c215bb8a2
  • Pointer size: 131 Bytes
  • Size of remote file: 307 kB
checkpoints/maxim000_nas_8b/histograms_hardware_checkpoint/fc.jpg ADDED

Git LFS Details

  • SHA256: 1cfa9b17f493a63a633a5675b4a9a0d604d417af7ac92236215c4eb277cba290
  • Pointer size: 131 Bytes
  • Size of remote file: 279 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv1_1.jpg ADDED

Git LFS Details

  • SHA256: a36f9124a0a6a0948fd3a7d65aefab235726accc7e334366cfbae77624599eb1
  • Pointer size: 131 Bytes
  • Size of remote file: 265 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv1_2.jpg ADDED

Git LFS Details

  • SHA256: c5791390cef420b8f42fe093dcd8f935dd4571ea1c9f7476612c38e853334ddc
  • Pointer size: 131 Bytes
  • Size of remote file: 248 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv1_3.jpg ADDED

Git LFS Details

  • SHA256: 86ad00809a25e3d9ee72a381108ca658b591288dbb0c4e3ac51c451c8000e5a2
  • Pointer size: 131 Bytes
  • Size of remote file: 229 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv2_1.jpg ADDED

Git LFS Details

  • SHA256: 0f58c6df9cb6b8a8c875fc1fb9f6b48b6f234c97f90f6664701d2cbfaa7a7552
  • Pointer size: 131 Bytes
  • Size of remote file: 228 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv2_2.jpg ADDED

Git LFS Details

  • SHA256: 31d27dc9e1a016e99f323fe6531b803ea20f543b8a7105e9dd59d9c9c7f94237
  • Pointer size: 131 Bytes
  • Size of remote file: 278 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv3_1.jpg ADDED

Git LFS Details

  • SHA256: 0b849f2fe109846a790380da435a34da40ac93ce0798bfb632e315305616137b
  • Pointer size: 131 Bytes
  • Size of remote file: 252 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv3_2.jpg ADDED

Git LFS Details

  • SHA256: 5ab66b1a096ad36f23cbb5b5e359b3108bc91d6149ac9c6ecfe41f9853adb854
  • Pointer size: 131 Bytes
  • Size of remote file: 248 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv4_1.jpg ADDED

Git LFS Details

  • SHA256: c6a66b13572a74f929a9789f7123f5e77e304d7bfe22cb7bac43e77706566942
  • Pointer size: 131 Bytes
  • Size of remote file: 245 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv4_2.jpg ADDED

Git LFS Details

  • SHA256: def783df362a39ee60c6454515b57b35a9bc2d60e9b76c7ddf8a76e13f75f12b
  • Pointer size: 131 Bytes
  • Size of remote file: 275 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/conv5_1.jpg ADDED

Git LFS Details

  • SHA256: 51d0479eb2841f635d997559ee826b9ff7d0760e9aabfe13bfd682f98f3a3fb3
  • Pointer size: 131 Bytes
  • Size of remote file: 251 kB
checkpoints/maxim000_nas_8b/histograms_training_checkpoint/fc.jpg ADDED

Git LFS Details

  • SHA256: 3f46937bfeb91cde5856417052cfc47a6d2ff6cc731cf2e8e119a45cffc2e524
  • Pointer size: 131 Bytes
  • Size of remote file: 239 kB
checkpoints/maxim000_nas_8b/readme ADDED
@@ -0,0 +1 @@
 
 
1
+ same ID on deliverable v1
checkpoints/maxim000_nas_8b/statistics_hardware_checkpoint ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Top:
2
+ epoch
3
+ state_dict
4
+ arch
5
+ optimizer_state_dict
6
+ optimizer_type
7
+ compression_sched
8
+ extras
9
+ -------------------------------------
10
+ arch: ai85nascifarnet
11
+ -------------------------------------
12
+ extras: {'current_top1': 64.22, 'best_top1': 64.22, 'best_epoch': 254, 'clipping_method': 'MAX_BIT_SHIFT'}
13
+ -------------------------------------
14
+ state_dict:
15
+ conv1_1
16
+ output_shift: [-0.]
17
+ adjust_output_shift: [0.]
18
+ quantize_activation: [1.]
19
+ shift_quantile: [0.995]
20
+ weight bits: [8.]
21
+ bias_bits: [8.]
22
+ bias
23
+ total # of elements, shape: 64 , [64]
24
+ # of unique elements: 60
25
+ min, max, mean: -1625.0 , 1508.0 , 104.171875
26
+ weight
27
+ total # of elements, shape: 1728 , [64, 3, 3, 3]
28
+ # of unique elements: 145
29
+ min, max, mean: -108.0 , 127.0 , -0.11921296
30
+ conv1_2
31
+ output_shift: [-1.]
32
+ adjust_output_shift: [0.]
33
+ quantize_activation: [1.]
34
+ shift_quantile: [0.995]
35
+ weight bits: [8.]
36
+ bias_bits: [8.]
37
+ bias
38
+ total # of elements, shape: 32 , [32]
39
+ # of unique elements: 32
40
+ min, max, mean: -9670.0 , 7746.0 , 3041.8125
41
+ weight
42
+ total # of elements, shape: 2048 , [32, 64, 1, 1]
43
+ # of unique elements: 200
44
+ min, max, mean: -128.0 , 115.0 , -4.880371
45
+ conv1_3
46
+ output_shift: [-1.]
47
+ adjust_output_shift: [0.]
48
+ quantize_activation: [1.]
49
+ shift_quantile: [0.995]
50
+ weight bits: [8.]
51
+ bias_bits: [8.]
52
+ bias
53
+ total # of elements, shape: 64 , [64]
54
+ # of unique elements: 62
55
+ min, max, mean: -10111.0 , 16383.0 , 2751.25
56
+ weight
57
+ total # of elements, shape: 18432 , [64, 32, 3, 3]
58
+ # of unique elements: 211
59
+ min, max, mean: -128.0 , 127.0 , -1.8574761
60
+ conv2_1
61
+ output_shift: [-3.]
62
+ adjust_output_shift: [0.]
63
+ quantize_activation: [1.]
64
+ shift_quantile: [0.995]
65
+ weight bits: [8.]
66
+ bias_bits: [8.]
67
+ bias
68
+ total # of elements, shape: 32 , [32]
69
+ # of unique elements: 15
70
+ min, max, mean: -16384.0 , 16383.0 , 4184.625
71
+ weight
72
+ total # of elements, shape: 18432 , [32, 64, 3, 3]
73
+ # of unique elements: 241
74
+ min, max, mean: -128.0 , 127.0 , -0.30381945
75
+ conv2_2
76
+ output_shift: [-0.]
77
+ adjust_output_shift: [0.]
78
+ quantize_activation: [1.]
79
+ shift_quantile: [0.995]
80
+ weight bits: [8.]
81
+ bias_bits: [8.]
82
+ bias
83
+ total # of elements, shape: 64 , [64]
84
+ # of unique elements: 64
85
+ min, max, mean: -6662.0 , 9154.0 , 423.60938
86
+ weight
87
+ total # of elements, shape: 2048 , [64, 32, 1, 1]
88
+ # of unique elements: 214
89
+ min, max, mean: -128.0 , 127.0 , -3.1674805
90
+ conv3_1
91
+ output_shift: [-3.]
92
+ adjust_output_shift: [0.]
93
+ quantize_activation: [1.]
94
+ shift_quantile: [0.995]
95
+ weight bits: [8.]
96
+ bias_bits: [8.]
97
+ bias
98
+ total # of elements, shape: 128 , [128]
99
+ # of unique elements: 56
100
+ min, max, mean: -16384.0 , 16383.0 , 4185.4375
101
+ weight
102
+ total # of elements, shape: 73728 , [128, 64, 3, 3]
103
+ # of unique elements: 256
104
+ min, max, mean: -128.0 , 127.0 , -0.86854386
105
+ conv3_2
106
+ output_shift: [-1.]
107
+ adjust_output_shift: [0.]
108
+ quantize_activation: [1.]
109
+ shift_quantile: [0.995]
110
+ weight bits: [8.]
111
+ bias_bits: [8.]
112
+ bias
113
+ total # of elements, shape: 128 , [128]
114
+ # of unique elements: 120
115
+ min, max, mean: -16384.0 , 16383.0 , 4592.4453
116
+ weight
117
+ total # of elements, shape: 16384 , [128, 128, 1, 1]
118
+ # of unique elements: 247
119
+ min, max, mean: -128.0 , 127.0 , -4.216797
120
+ conv4_1
121
+ output_shift: [-3.]
122
+ adjust_output_shift: [0.]
123
+ quantize_activation: [1.]
124
+ shift_quantile: [0.995]
125
+ weight bits: [8.]
126
+ bias_bits: [8.]
127
+ bias
128
+ total # of elements, shape: 64 , [64]
129
+ # of unique elements: 23
130
+ min, max, mean: -16384.0 , 16383.0 , -5280.2656
131
+ weight
132
+ total # of elements, shape: 73728 , [64, 128, 3, 3]
133
+ # of unique elements: 256
134
+ min, max, mean: -128.0 , 127.0 , 0.3366021
135
+ conv4_2
136
+ output_shift: [-2.]
137
+ adjust_output_shift: [0.]
138
+ quantize_activation: [1.]
139
+ shift_quantile: [0.995]
140
+ weight bits: [8.]
141
+ bias_bits: [8.]
142
+ bias
143
+ total # of elements, shape: 128 , [128]
144
+ # of unique elements: 127
145
+ min, max, mean: -12892.0 , 13250.0 , 669.0703
146
+ weight
147
+ total # of elements, shape: 73728 , [128, 64, 3, 3]
148
+ # of unique elements: 255
149
+ min, max, mean: -128.0 , 127.0 , -0.24837239
150
+ conv5_1
151
+ output_shift: [-1.]
152
+ adjust_output_shift: [0.]
153
+ quantize_activation: [1.]
154
+ shift_quantile: [0.995]
155
+ weight bits: [8.]
156
+ bias_bits: [8.]
157
+ bias
158
+ total # of elements, shape: 128 , [128]
159
+ # of unique elements: 128
160
+ min, max, mean: -12592.0 , 16346.0 , 3888.5
161
+ weight
162
+ total # of elements, shape: 16384 , [128, 128, 1, 1]
163
+ # of unique elements: 245
164
+ min, max, mean: -128.0 , 127.0 , -0.55474854
165
+ fc
166
+ output_shift: [2.]
167
+ adjust_output_shift: [0.]
168
+ quantize_activation: [1.]
169
+ shift_quantile: [0.995]
170
+ weight bits: [8.]
171
+ bias_bits: [8.]
172
+ bias
173
+ total # of elements, shape: 100 , [100]
174
+ # of unique elements: 98
175
+ min, max, mean: -1793.0 , 1060.0 , -39.89
176
+ weight
177
+ total # of elements, shape: 51200 , [100, 512]
178
+ # of unique elements: 195
179
+ min, max, mean: -128.0 , 76.0 , -7.866582
checkpoints/maxim000_nas_8b/statistics_training_checkpoint ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Top:
2
+ epoch
3
+ state_dict
4
+ arch
5
+ optimizer_state_dict
6
+ optimizer_type
7
+ compression_sched
8
+ extras
9
+ -------------------------------------
10
+ arch: ai85nascifarnet
11
+ -------------------------------------
12
+ extras: {'current_top1': 64.22, 'best_top1': 64.22, 'best_epoch': 254}
13
+ -------------------------------------
14
+ state_dict:
15
+ conv1_1
16
+ output_shift: [-0.]
17
+ adjust_output_shift: [1.]
18
+ quantize_activation: [1.]
19
+ shift_quantile: [0.995]
20
+ weight bits: [8.]
21
+ bias_bits: [8.]
22
+ bias
23
+ total # of elements, shape: 64 , [64]
24
+ # of unique elements: 64
25
+ min, max, mean: -0.09915378 , 0.09204 , 0.0063624056
26
+ weight
27
+ total # of elements, shape: 1728 , [64, 3, 3, 3]
28
+ # of unique elements: 1728
29
+ min, max, mean: -0.84696245 , 1.1112751 , -0.0008976079
30
+ conv1_2
31
+ output_shift: [-1.]
32
+ adjust_output_shift: [1.]
33
+ quantize_activation: [1.]
34
+ shift_quantile: [0.995]
35
+ weight bits: [8.]
36
+ bias_bits: [8.]
37
+ bias
38
+ total # of elements, shape: 32 , [32]
39
+ # of unique elements: 32
40
+ min, max, mean: -0.2951058 , 0.23640244 , 0.092828415
41
+ weight
42
+ total # of elements, shape: 2048 , [32, 64, 1, 1]
43
+ # of unique elements: 2048
44
+ min, max, mean: -0.7373194 , 0.44878253 , -0.019591264
45
+ conv1_3
46
+ output_shift: [-1.]
47
+ adjust_output_shift: [1.]
48
+ quantize_activation: [1.]
49
+ shift_quantile: [0.995]
50
+ weight bits: [8.]
51
+ bias_bits: [8.]
52
+ bias
53
+ total # of elements, shape: 64 , [64]
54
+ # of unique elements: 64
55
+ min, max, mean: -0.30855986 , 0.693667 , 0.08807719
56
+ weight
57
+ total # of elements, shape: 18432 , [64, 32, 3, 3]
58
+ # of unique elements: 18430
59
+ min, max, mean: -0.6356779 , 0.5100014 , -0.007253295
60
+ conv2_1
61
+ output_shift: [-3.]
62
+ adjust_output_shift: [1.]
63
+ quantize_activation: [1.]
64
+ shift_quantile: [0.995]
65
+ weight bits: [8.]
66
+ bias_bits: [8.]
67
+ bias
68
+ total # of elements, shape: 32 , [32]
69
+ # of unique elements: 32
70
+ min, max, mean: -0.31673366 , 0.40933654 , 0.06309093
71
+ weight
72
+ total # of elements, shape: 18432 , [32, 64, 3, 3]
73
+ # of unique elements: 18428
74
+ min, max, mean: -0.20186085 , 0.13162184 , -0.00032190484
75
+ conv2_2
76
+ output_shift: [-0.]
77
+ adjust_output_shift: [1.]
78
+ quantize_activation: [1.]
79
+ shift_quantile: [0.995]
80
+ weight bits: [8.]
81
+ bias_bits: [8.]
82
+ bias
83
+ total # of elements, shape: 64 , [64]
84
+ # of unique elements: 64
85
+ min, max, mean: -0.40663403 , 0.55869764 , 0.0258563
86
+ weight
87
+ total # of elements, shape: 2048 , [64, 32, 1, 1]
88
+ # of unique elements: 2048
89
+ min, max, mean: -1.0215096 , 1.1574557 , -0.02458459
90
+ conv3_1
91
+ output_shift: [-3.]
92
+ adjust_output_shift: [1.]
93
+ quantize_activation: [1.]
94
+ shift_quantile: [0.995]
95
+ weight bits: [8.]
96
+ bias_bits: [8.]
97
+ bias
98
+ total # of elements, shape: 128 , [128]
99
+ # of unique elements: 128
100
+ min, max, mean: -0.8637496 , 0.5970162 , 0.06503527
101
+ weight
102
+ total # of elements, shape: 73728 , [128, 64, 3, 3]
103
+ # of unique elements: 73691
104
+ min, max, mean: -0.16972955 , 0.16067581 , -0.0008539596
105
+ conv3_2
106
+ output_shift: [-1.]
107
+ adjust_output_shift: [1.]
108
+ quantize_activation: [1.]
109
+ shift_quantile: [0.995]
110
+ weight bits: [8.]
111
+ bias_bits: [8.]
112
+ bias
113
+ total # of elements, shape: 128 , [128]
114
+ # of unique elements: 128
115
+ min, max, mean: -0.6162412 , 0.63014615 , 0.14240861
116
+ weight
117
+ total # of elements, shape: 16384 , [128, 128, 1, 1]
118
+ # of unique elements: 16382
119
+ min, max, mean: -0.73204803 , 0.53455 , -0.016491221
120
+ conv4_1
121
+ output_shift: [-3.]
122
+ adjust_output_shift: [1.]
123
+ quantize_activation: [1.]
124
+ shift_quantile: [0.995]
125
+ weight bits: [8.]
126
+ bias_bits: [8.]
127
+ bias
128
+ total # of elements, shape: 64 , [64]
129
+ # of unique elements: 64
130
+ min, max, mean: -0.8245195 , 0.66664016 , -0.12423959
131
+ weight
132
+ total # of elements, shape: 73728 , [64, 128, 3, 3]
133
+ # of unique elements: 73678
134
+ min, max, mean: -0.14312877 , 0.1287679 , 0.00032960868
135
+ conv4_2
136
+ output_shift: [-2.]
137
+ adjust_output_shift: [1.]
138
+ quantize_activation: [1.]
139
+ shift_quantile: [0.995]
140
+ weight bits: [8.]
141
+ bias_bits: [8.]
142
+ bias
143
+ total # of elements, shape: 128 , [128]
144
+ # of unique elements: 128
145
+ min, max, mean: -0.1967214 , 0.20217843 , 0.010209089
146
+ weight
147
+ total # of elements, shape: 73728 , [128, 64, 3, 3]
148
+ # of unique elements: 73682
149
+ min, max, mean: -0.30298415 , 0.28219885 , -0.0004859008
150
+ conv5_1
151
+ output_shift: [-1.]
152
+ adjust_output_shift: [1.]
153
+ quantize_activation: [1.]
154
+ shift_quantile: [0.995]
155
+ weight bits: [8.]
156
+ bias_bits: [8.]
157
+ bias
158
+ total # of elements, shape: 128 , [128]
159
+ # of unique elements: 128
160
+ min, max, mean: -0.38426986 , 0.49884903 , 0.118667394
161
+ weight
162
+ total # of elements, shape: 16384 , [128, 128, 1, 1]
163
+ # of unique elements: 16381
164
+ min, max, mean: -0.50060964 , 0.63138735 , -0.0021428664
165
+ fc
166
+ output_shift: [2.]
167
+ adjust_output_shift: [1.]
168
+ quantize_activation: [1.]
169
+ shift_quantile: [0.995]
170
+ weight bits: [8.]
171
+ bias_bits: [8.]
172
+ bias
173
+ total # of elements, shape: 100 , [100]
174
+ # of unique elements: 100
175
+ min, max, mean: -0.4378246 , 0.25890234 , -0.009742113
176
+ weight
177
+ total # of elements, shape: 51200 , [100, 512]
178
+ # of unique elements: 51182
179
+ min, max, mean: -4.1657553 , 2.3732517 , -0.2458537
checkpoints/maxim000_nas_8b/training_checkpoint.pth.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be0b346c83a238da72a61a1deb91bc810f18847d2d2eaeabefe9226befb678b1
3
+ size 4238355
checkpoints/maxim001_simplenet_2b4b8b/hardware_checkpoint.pth.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15d11a897495b6aa2cf4b52706bbb81bb384ef8cb6f391cfa9caec7e663f4ec
3
+ size 4685867
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv1.jpg ADDED

Git LFS Details

  • SHA256: 2d2830a190e48ce8965bfed57a12060378eb61b16a07de408a1651d580fed1f6
  • Pointer size: 131 Bytes
  • Size of remote file: 219 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv10.jpg ADDED

Git LFS Details

  • SHA256: 92e873bdb4e39b3242650358d3a50b04bf92a91c32d27e28b28d8830ed973585
  • Pointer size: 131 Bytes
  • Size of remote file: 157 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv11.jpg ADDED

Git LFS Details

  • SHA256: 407021eac3ca17561d621cfa8a7ce90081b2d15a0a8b22ede387949a4fb15c4e
  • Pointer size: 131 Bytes
  • Size of remote file: 202 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv12.jpg ADDED

Git LFS Details

  • SHA256: ea13d3486eb23b1991854ce8a55d82e42eecc0be6480ce3d05dc68625a51d543
  • Pointer size: 131 Bytes
  • Size of remote file: 210 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv13.jpg ADDED

Git LFS Details

  • SHA256: fbd90cbf3fb922248c8da07f081514782e42daf0184439422e2e2fc222cf4b9e
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv14.jpg ADDED

Git LFS Details

  • SHA256: 4cea50c35ce7596adbe45e3baa74535429f99bd18aa8c21ad1a58b5b0f130eff
  • Pointer size: 131 Bytes
  • Size of remote file: 280 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv2.jpg ADDED

Git LFS Details

  • SHA256: 7a8448fe86f1eaa7da5c792bc251445a879077564620337ad4dcd8e16d8ac036
  • Pointer size: 131 Bytes
  • Size of remote file: 236 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv3.jpg ADDED

Git LFS Details

  • SHA256: 188cb3c5bb0f0bdf7335ab6e160024a486acd11cc8df2f597f87fd3dcd088717
  • Pointer size: 131 Bytes
  • Size of remote file: 177 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv4.jpg ADDED

Git LFS Details

  • SHA256: 9ff06c2021759658c87ebb0aa848939f7af37243951452ab2ee2b95115d9a3f7
  • Pointer size: 131 Bytes
  • Size of remote file: 196 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv5.jpg ADDED

Git LFS Details

  • SHA256: ee42b821dcb8bea62749c7617e967253628b525fc7bca2a8d9dcb2a54708748b
  • Pointer size: 131 Bytes
  • Size of remote file: 169 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv6.jpg ADDED

Git LFS Details

  • SHA256: c6730526ed38c348698b655a539978713a8bced9d253bde62f5b7419bef86540
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv7.jpg ADDED

Git LFS Details

  • SHA256: 2d4cd751bb13d2304bc447550d06c3ef2e3047160d78d63bd758e3c23f934235
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv8.jpg ADDED

Git LFS Details

  • SHA256: cadf7f9392d86314fcd29df9c0de6d67da58ae7d893db325a18a9ad19f3bf7e1
  • Pointer size: 131 Bytes
  • Size of remote file: 170 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_hardware_checkpoint/conv9.jpg ADDED

Git LFS Details

  • SHA256: ee3cc07bbd07904b72ea2bd0acf9d92d516a210acdfd9776696b39274596da1f
  • Pointer size: 131 Bytes
  • Size of remote file: 169 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_training_checkpoint/conv1.jpg ADDED

Git LFS Details

  • SHA256: 0dee893e9602994e27d6190bf5c081bf9debd329b4f92ead93d959f569f5a282
  • Pointer size: 131 Bytes
  • Size of remote file: 234 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_training_checkpoint/conv10.jpg ADDED

Git LFS Details

  • SHA256: 34f9dee996951d732d4afd12fc8fd3756ba496150b2b8221654a492b8ea76d9b
  • Pointer size: 131 Bytes
  • Size of remote file: 231 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_training_checkpoint/conv11.jpg ADDED

Git LFS Details

  • SHA256: a07058af86511d0915b6f1de2952d0473024f3c21c0e6934d1b166ec663c9ebe
  • Pointer size: 131 Bytes
  • Size of remote file: 248 kB
checkpoints/maxim001_simplenet_2b4b8b/histograms_training_checkpoint/conv12.jpg ADDED

Git LFS Details

  • SHA256: 7c737edc7b279d1a4fb9c392a6008a8bcb9f8bb7c112c0f79465082aa8ad005d
  • Pointer size: 131 Bytes
  • Size of remote file: 240 kB