Closed DamianSzwichtenberg closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.59%. Comparing base (
2d166c6
) to head (769e0f9
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR introduces small improvements that resulted in an average 1.5x speedup in
na_forward
execution time.get_na_mask
is a heavy operation, whose result may be cached at the pre-condition checking step. Additionally, when we deal with 2Dfeat
, we can usetorch.where
to efficiently fillNaN
s across all columns.