Commit Graph

18 Commits

Author SHA1 Message Date
479c1119e7 Fix module layer issues 2024-05-30 13:08:13 +02:00
8ac2da004c Fix adding module layers 2024-05-29 21:02:26 +02:00
4159454842 Implement main Inception v3 network 2024-05-28 22:18:22 +02:00
502b50335a Add getOutputDims func to Inception blocks 2024-05-28 21:47:34 +02:00
6d6f4d4185 Fix inception module prefix 2024-05-27 22:12:08 +02:00
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
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
6dca8ccd3c Unify 2d layer naming 2024-05-20 16:23:58 +02:00
6f8b5f4081 Rename batchnorm 2024-05-20 13:05:48 +02:00
ba4bee90ad Start implementing inception block A 2024-05-19 20:22:26 +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