pystiche / papers

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

use AutoPad* instead of SameSize* #182

Closed pmeier closed 4 years ago

pmeier commented 4 years ago

This changes SameSize* to AutoPad* introduced in #179.

codecov[bot] commented 4 years ago

Codecov Report

Merging #182 into sanakoyeu-2018 will increase coverage by 0.1%. The diff coverage is 97.3%.

Impacted file tree graph

@@               Coverage Diff                @@
##           sanakoyeu-2018    #182     +/-   ##
================================================
+ Coverage            98.4%   98.6%   +0.1%     
================================================
  Files                  38      41      +3     
  Lines                1370    1530    +160     
================================================
+ Hits                 1349    1509    +160     
  Misses                 21      21             
Impacted Files Coverage Δ
pystiche_papers/sanakoyeu_et_al_2018/_modules.py 93.9% <93.9%> (ø)
pystiche_papers/utils/modules.py 98.1% <97.7%> (-1.9%) :arrow_down:
pystiche_papers/data/utils.py 100.0% <100.0%> (ø)
pystiche_papers/gatys_ecker_bethge_2016/_utils.py 100.0% <100.0%> (ø)
pystiche_papers/gatys_et_al_2017/_utils.py 100.0% <100.0%> (ø)
pystiche_papers/johnson_alahi_li_2016/_modules.py 95.8% <100.0%> (ø)
pystiche_papers/johnson_alahi_li_2016/_utils.py 100.0% <100.0%> (ø)
pystiche_papers/li_wand_2016/_utils.py 100.0% <100.0%> (ø)
pystiche_papers/sanakoyeu_et_al_2018/__init__.py 100.0% <100.0%> (ø)
pystiche_papers/sanakoyeu_et_al_2018/_utils.py 100.0% <100.0%> (ø)
... and 6 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 55bfe4a...f450506. Read the comment docs.