223 Commits

Author SHA1 Message Date
387990edbe Implement Inception block E 2024-05-27 22:02:55 +02:00
2909147afe Add Inception C layers 2024-05-27 21:32:17 +02:00
3955ddd888 Implement Inception block D 2024-05-27 21:30:42 +02:00
df47a31f36 Rename dim2d to shape2d 2024-05-27 21:14:51 +02:00
07d505a0e5 Format inception 2024-05-26 20:06:11 +02:00
ca9c4619e9 Implement Inception block C 2024-05-26 19:25:00 +02:00
4a60e0142c Fix alexnet 2024-05-26 19:15:46 +02:00
c09e978308 Remove dense init test 2024-05-26 19:04:04 +02:00
94a16b4352 Add padding to max pooling 2024-05-26 19:03:10 +02:00
4a67b708f0 Add padding to avg pooling 2024-05-26 18:54:12 +02:00
d1fc45d9e0 Implement inception module B 2024-05-26 16:48:58 +02:00
1e3b2f7d7b Implement Inception block A 2024-05-26 14:29:03 +02:00
cba177e417 Add getOutputDims to 2d layers 2024-05-26 14:28:43 +02:00
78a0fd0baf Add non square test to conv2d 2024-05-23 21:50:39 +02:00
37c29d6734 Fix wrong conv2d output size calculation 2024-05-23 21:38:11 +02:00
a300ab6dd5 Refactor conv2d test 2024-05-23 20:31:54 +02:00
10e73638b6 Add non square pooling and batch norm tests 2024-05-20 22:16:00 +02:00
6dca8ccd3c Unify 2d layer naming 2024-05-20 16:23:58 +02:00
74098b24e3 Add support for non square matrices 2024-05-20 15:20:43 +02:00
6f8b5f4081 Rename batchnorm 2024-05-20 13:05:48 +02:00
94df063dcd Dont ignore cmakelists 2024-05-20 12:31:33 +02:00
ba4bee90ad Start implementing inception block A 2024-05-19 20:22:26 +02:00
b5fb205df8 Update module add layer 2024-05-19 20:22:08 +02:00
870b121c2a Switch model and module members to protected 2024-05-19 20:21:54 +02:00
33d4a43dca Update concat layer 2024-05-19 20:21:13 +02:00
e8bffe22d5 Add inception block A 2024-05-19 18:19:07 +02:00
d0b974dd9f Start implementing Inception v3 2024-05-19 17:43:42 +02:00
2118cd47c3 Ignore jpg and txt files 2024-05-19 17:37:19 +02:00
47fad2d3aa Rename alexnet main 2024-05-19 17:37:04 +02:00
e23ffe1ee1 Remove default constructor from Module 2024-05-19 16:16:57 +02:00
8bb2562c4c Add main include file 2024-05-19 16:16:14 +02:00
4a1c4a5f91 Add epsilon param to batch norm 2024-05-19 15:13:22 +02:00
c84f58b97c Implement modules 2024-05-15 18:52:31 +02:00
7c48ed86d2 Implement vector variance function 2024-05-14 21:58:23 +02:00
33a3c6afcb Fix batch norm layer 2024-05-14 21:42:01 +02:00
da8f3167cb Add utils vector mean function 2024-05-14 21:41:18 +02:00
5c8d3f7e25 Compute mean and variance 2024-04-29 20:55:11 +02:00
0ab623fa23 Implement vector mean calculation 2024-04-28 22:04:15 +02:00
26c12dafc0 Update README 2024-04-28 21:47:12 +02:00
96536a44fd Implement batch norm test 2024-04-28 21:46:42 +02:00
f60d62f6bd Implement batch norm layer 2024-04-28 19:58:00 +02:00
3320f610db Add imagenet class map 2024-04-28 19:03:51 +02:00
1f708f3ea3 Change vector scalar math kernels 2024-04-28 19:03:06 +02:00
69111f6cb1 Add version to model bin format 2024-04-23 19:53:48 +02:00
1592f06121 Add opencv to alexnet usage 2024-04-22 22:56:29 +02:00
88e852a6e5 Fix missing predict argument 2024-04-22 22:04:46 +02:00
157d4c736b Add Alexnet README 2024-04-22 21:59:08 +02:00
9a9b034ce5 Add torch predict function 2024-04-22 21:58:32 +02:00
f3ba519229 Fix alexnet normalization 2024-04-22 21:48:53 +02:00
74262309ad Fix max pooling output size calc 2024-04-22 20:58:02 +02:00