lf1-io / padl

Functional deep learning
Apache License 2.0
106 stars 4 forks source link

Add an keyword argument ignore_post on the train_apply method. #445

Closed eramdiaz closed 2 years ago

eramdiaz commented 2 years ago

Description

Fixes #28 by adding an keyword argument ignore_post on the train_apply method.

codecov-commenter commented 2 years ago

Codecov Report

Merging #445 (88b1c1a) into main (f258e5d) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 88b1c1a differs from pull request most recent head 5382d12. Consider uploading reports for the commit 5382d12 to get more accurate results

@@           Coverage Diff           @@
##             main     #445   +/-   ##
=======================================
  Coverage   89.08%   89.08%           
=======================================
  Files          15       15           
  Lines        3006     3006           
=======================================
  Hits         2678     2678           
  Misses        328      328           
Impacted Files Coverage Δ
padl/transforms.py 91.37% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf1f0e8...5382d12. Read the comment docs.