InceptionV3 (master branch)#2963
InceptionV3 (master branch)#2963hello-fri-end wants to merge 3 commits intomlpack:masterfrom hello-fri-end:InceptionV3
Conversation
|
You are great, I'll test this out and see if I can reproduce the convolution issue. |
|
Sounds great, thanks ! |
|
I was able to reproduce the issue, but I'm also not quite sure what the problem is, at least not yet. |
|
I tried debugging the issue by adding print statements in the code and found out at line 287 in
|
|
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! 👍 |
|
Keep open, please. |
This is a follow up for #2848 which was built on ann-vtable branch and kept on crashing on my system. This PR builds the InceptionV3 layer from the master branch. All the inception modules & corresponding tests have been implemented. The test for all the modules pass except for Inception3B module where the assertion
REQUIRE (arma::accu(delta) == 0 )fails. It seems there's some issue with the backward function of convolution layer but I'm unable to figure it out. Otherwise, this is ready for review @rcurtin @zoq.PS: This may be helpful for reviewing.
Pytorch Implementation of InceptionV3