Closed avik-pal closed 2 months ago
Attention: Patch coverage is 55.55556%
with 44 lines
in your changes missing coverage. Please review.
Project coverage is 77.89%. Comparing base (
c185f04
) to head (50931d7
).
Files | Patch % | Lines |
---|---|---|
src/impl/batchnorm.jl | 36.36% | 42 Missing :warning: |
src/impl/common_ops.jl | 92.30% | 2 Missing :warning: |
:exclamation: There is a different number of reports uploaded between BASE (c185f04) and HEAD (50931d7). Click for more details.
HEAD has 10 uploads less than BASE
| Flag | BASE (c185f04) | HEAD (50931d7) | |------|------|------| ||37|27|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Seems like hand-coded loops are the best way to go
Operations Optimized
batchnorm
activation
gradientmean_var
Cleaner Implementations -- TODO
can_strided
. Too much code duplication. We can reuse the@strided
macro code and redefinemaybe_strided
to not error for arrays not supported by StridedViewTODOs
groupnorm
activation
bias_activation