texar-pytorch icon indicating copy to clipboard operation
texar-pytorch copied to clipboard

Add text style transfer (#166)

Open swapnull7 opened this issue 6 years ago • 3 comments

  • initial commit

  • bug fixes and adjusting conv inputs

  • separate forward function for Discriminator and Generator and disable Gen training for debugging

  • remove debugger statement

  • texar bug fix

  • detaching stuff before accumulating

  • refactor and add component as optional parameter

  • Add optimizer for and backprop against encoder

  • Add in README

swapnull7 avatar Dec 04 '19 21:12 swapnull7

Codecov Report

Merging #263 into master will decrease coverage by 0.04%. The diff coverage is 42.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #263      +/-   ##
==========================================
- Coverage   82.53%   82.48%   -0.05%     
==========================================
  Files         205      206       +1     
  Lines       15829    15848      +19     
==========================================
+ Hits        13064    13072       +8     
- Misses       2765     2776      +11     
Impacted Files Coverage Δ
texar/torch/utils/variables.py 38.88% <38.88%> (ø)
texar/torch/utils/__init__.py 100.00% <100.00%> (ø)

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 885255c...3776f4b. Read the comment docs.

codecov[bot] avatar Dec 05 '19 23:12 codecov[bot]

Please merge master into your branch to pass the codecov test.

gpengzhi avatar Dec 09 '19 17:12 gpengzhi

You might also want to change the PR title; should reference #166 instead.

huzecong avatar Dec 09 '19 17:12 huzecong