pystiche / papers

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

Add docs for ulyanov_et_al_2016 general #157

Closed jbueltemeier closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #157 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #157   +/-   ##
======================================
  Coverage    98.4%   98.4%           
======================================
  Files          38      38           
  Lines        1370    1370           
======================================
  Hits         1349    1349           
  Misses         21      21           
Impacted Files Coverage Δ
pystiche_papers/ulyanov_et_al_2016/_loss.py 100.0% <ø> (ø)
pystiche_papers/ulyanov_et_al_2016/_nst.py 95.6% <ø> (ø)
pystiche_papers/ulyanov_et_al_2016/_utils.py 100.0% <ø> (ø)

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 c981d76...7c72ce8. Read the comment docs.

pmeier commented 4 years ago

Partially supersedes #144

pmeier commented 4 years ago

Failing tests are unrelated. I'll fix this in a moment.

Edit: Should be fixed now from #163 and #164. Could you rebase and fix the conflicts? Afterwards, if CI passes, this is good to merge.