pystiche / papers

Reference implementation and replication of prominent NST papers
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

fix impl_params passing in li_wand_2016 #224

Closed pmeier closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #224 (cd87350) into hyperparameters (5574b8f) will decrease coverage by 0.2%. The diff coverage is 98.0%.

Impacted file tree graph

@@                Coverage Diff                @@
##           hyperparameters    #224     +/-   ##
=================================================
- Coverage             98.9%   98.6%   -0.3%     
=================================================
  Files                   31      39      +8     
  Lines                 1416    1545    +129     
=================================================
+ Hits                  1401    1524    +123     
- Misses                  15      21      +6     
Impacted Files Coverage Δ
pystiche_papers/utils/modules.py 98.1% <0.0%> (ø)
pystiche_papers/li_wand_2016/_utils.py 96.1% <94.5%> (-3.9%) :arrow_down:
pystiche_papers/gatys_et_al_2017/_loss.py 100.0% <100.0%> (ø)
pystiche_papers/gatys_et_al_2017/_nst.py 100.0% <100.0%> (ø)
pystiche_papers/gatys_et_al_2017/_pyramid.py 100.0% <100.0%> (ø)
pystiche_papers/gatys_et_al_2017/_utils.py 100.0% <100.0%> (ø)
pystiche_papers/johnson_alahi_li_2016/_data.py 100.0% <100.0%> (ø)
pystiche_papers/johnson_alahi_li_2016/_loss.py 100.0% <100.0%> (ø)
pystiche_papers/johnson_alahi_li_2016/_modules.py 100.0% <100.0%> (+4.1%) :arrow_up:
pystiche_papers/johnson_alahi_li_2016/_nst.py 95.4% <100.0%> (-4.6%) :arrow_down:
... and 18 more

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 0a14db2...cd87350. Read the comment docs.