Commit Graph

223 Commits

Author SHA1 Message Date
98ad4ac760 Migrate conv2d layer 2024-09-10 21:48:47 +02:00
757584544c Migrate conv2d layer 2024-09-10 21:19:50 +02:00
74f49d6a00 Migrate output layer 2024-09-10 19:20:00 +02:00
f7b525e494 Migrate input layer 2024-09-10 19:11:21 +02:00
fe7c16ac36 Migrate concat layer 2024-09-09 22:16:22 +02:00
a0665fb05c Migrate max pooling 2024-09-09 21:48:36 +02:00
8a5d556b7e Rename cpp version of avg pooling 2024-09-09 21:37:00 +02:00
76e5225001 Migrate avg pooling 2024-09-09 21:36:13 +02:00
75475790ac Migrate Dense layer 2024-09-08 13:36:53 +02:00
0dca8348bd Migrate Activation layer 2024-09-08 12:49:13 +02:00
591507ed21 Split tests to cpu and cuda 2024-09-07 21:24:34 +02:00
f8220f0ec1 Restructure cuda backend 2024-09-05 22:23:47 +02:00
65727dfee8 Move cuda source to separate directory 2024-09-05 17:39:09 +02:00
9973ebc477 Automatically detect cuda availability 2024-09-05 17:38:49 +02:00
e7ec6c91f8 Update alexnet preprocessing 2024-09-04 21:41:26 +02:00
7b8c4bd811 Update inception v3 readme 2024-09-04 21:32:05 +02:00
c8bc6f7a39 Remove preprocessing test 2024-09-04 21:31:53 +02:00
4fef663360 Test preprocessing 2024-09-02 22:09:38 +02:00
0da98e2742 Move preprocessing out of main 2024-09-02 22:09:06 +02:00
0c8ca44680 Remove softmax from last inception layer 2024-08-31 23:09:55 +02:00
c8557fc0e4 Fix inception v3 tests 2024-08-31 23:08:29 +02:00
bc9bff10cd Load running mean and var from weight file 2024-08-25 19:33:33 +02:00
9704d0d53e Add running mean and running var to batchnorm 2024-08-25 19:05:10 +02:00
1136ca452f Rework inception block tests 2024-06-05 21:58:33 +02:00
a54ffa8b20 Change inception prefixes 2024-06-05 02:04:15 +02:00
0ea9fe9d18 Implement Inception D test 2024-06-04 22:27:26 +02:00
c70928bd25 Implement Inception C test 2024-06-04 22:26:47 +02:00
2dcaba40d6 Fix Inception B test 2024-06-04 22:26:30 +02:00
99125a0d38 Test inception module B 2024-06-03 21:11:18 +02:00
f1f542d5e9 Implement Inception A test 2024-06-03 19:44:54 +02:00
7c7acd88b5 Generate inception A test inputs 2024-06-03 19:44:40 +02:00
3fee9fde6f Create scafolding for inception A test 2024-06-02 19:31:35 +02:00
a4a2801ee4 Fix missing activation in batch norm 2024-06-02 14:41:14 +02:00
7f745027cd Implement BasicConv2d test 2024-06-02 14:40:46 +02:00
f5113cbac9 Start implementing inception modules tests 2024-06-02 00:31:37 +02:00
09e64f8037 Reformat python files 2024-05-30 19:31:28 +02:00
229929a464 Split inception v3 source file 2024-05-30 18:41:33 +02:00
8168f02f58 Add adaptive avg pooling 2024-05-30 17:17:31 +02:00
9faf20876a Fix branch names 2024-05-30 15:21:01 +02:00
ac53b1672e Implement Inception v3 main func 2024-05-30 13:51:21 +02:00
da95fa203e Update inception py 2024-05-30 13:19:11 +02:00
fcd7d96126 Run black autoformatter 2024-05-30 13:18:51 +02:00
2f3c34b8b5 Creating torch predict function 2024-05-30 13:12:40 +02:00
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
046c1b0cc2 Improve model summary 2024-05-28 19:24:56 +02:00
098fd65074 Add model summary 2024-05-28 18:42:58 +02:00
6d6f4d4185 Fix inception module prefix 2024-05-27 22:12:08 +02:00