pystiche / papers

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

Adding the weight initialization in the discriminator #236

Closed jbueltemeier closed 3 years ago

jbueltemeier commented 3 years ago

The weights are now initialized in both the Transformer and Discriminator as in the reference implementation.

codecov[bot] commented 3 years ago

Codecov Report

Merging #236 (3f15b68) into sanakoyeu-2018 (c89e31a) will decrease coverage by 0.0%. The diff coverage is 93.3%.

Impacted file tree graph

@@               Coverage Diff                @@
##           sanakoyeu-2018    #236     +/-   ##
================================================
- Coverage            95.5%   95.5%   -0.1%     
================================================
  Files                  47      47             
  Lines                2217    2231     +14     
================================================
+ Hits                 2119    2132     +13     
- Misses                 98      99      +1     
Impacted Files Coverage Δ
...iche_papers/sanakoyeu_et_al_2018/_discriminator.py 98.7% <93.3%> (-1.3%) :arrow_down:

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 c89e31a...3f15b68. Read the comment docs.