pystiche / papers

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

Add sanakoyeu_et_al_2018 Transformerblock #174

Closed jbueltemeier closed 4 years ago

jbueltemeier commented 4 years ago

We need the SameSizeConv2D fixed in #175 also for an nn.AvgPool2D.

pmeier commented 4 years ago

We need the SameSizeConv2D fixed in #175 also for an nn.AvgPool2D.

I'm on it.

pmeier commented 4 years ago

179 adds the functionality that you need.

codecov[bot] commented 4 years ago

Codecov Report

Merging #174 into sanakoyeu-2018 will increase coverage by 0.0%. The diff coverage is 100.0%.

Impacted file tree graph

@@              Coverage Diff               @@
##           sanakoyeu-2018    #174   +/-   ##
==============================================
  Coverage            98.7%   98.7%           
==============================================
  Files                  42      43    +1     
  Lines                1624    1644   +20     
==============================================
+ Hits                 1603    1623   +20     
  Misses                 21      21           
Impacted Files Coverage Δ
pystiche_papers/sanakoyeu_et_al_2018/__init__.py 100.0% <100.0%> (ø)
pystiche_papers/sanakoyeu_et_al_2018/_loss.py 100.0% <100.0%> (ø)
pystiche_papers/sanakoyeu_et_al_2018/_modules.py 94.5% <100.0%> (+0.6%) :arrow_up:

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 d2168ad...295c5c1. Read the comment docs.