-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[WIP][GSoC] CNN3D and MaxPool3D implementation for GSoC 2020 #6263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
@phsft-bot build |
Starting build on |
Build failed on ROOT-ubuntu16/nortcxxmod. Failing tests: |
Build failed on windows10/cxx14. |
Hi Suryia, Thank you Lorenzo |
Thanks for the patch Lorenzo, I've updated the PR |
Integrated conv3d pull-request (root-project#6263)
[Work Product] This pull request contains the code pertaining to the Google Summer of Code 2020 project Development of 3D CNN in TMVA. It implements the following features:
Implementation for CUDA architecture is still WIP. The last commit is Added backward pass tests(1b82793). These features are yet to be merged. Detailed updates can be found on my blog post.