-
Notifications
You must be signed in to change notification settings - Fork 70
feature/avgpool - avgpool1d, avgpool2d, avgpool3d #252
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
Conversation
@gbaydin This is ready - testing for tensors and derivatives have been added The reverse mode derivatives have been checked against python. I've forgotten the python for checking the forward mode derivatives but I've pinned them down (and the forward mode implementations are trivial of course) |
close/reopen to trigger CI |
Codecov Report
@@ Coverage Diff @@
## dev #252 +/- ##
==========================================
- Coverage 66.01% 65.22% -0.79%
==========================================
Files 5 30 +25
Lines 2401 6849 +4448
Branches 641 1668 +1027
==========================================
+ Hits 1585 4467 +2882
- Misses 520 1526 +1006
- Partials 296 856 +560
|
@gbaydin I've rebased this so it now uses the new extension API It should be ready to go in once green |
I checked everything carefully and this is good to go! |
Thanks! |
Adds avgpool support
@gbaydin this uses the updated #89 to stop polluting Tensor,fs, and to have
DiffSharp.AvgPool.fs
extend all the necessary API surfacings all at once