OpenNMT icon indicating copy to clipboard operation
OpenNMT copied to clipboard

non recurrent mode for variational dropout

Open jsenellart opened this issue 7 years ago • 1 comments

variational dropout as described in Gal et al., 2016 does not have the expected result for NMT. Adding a new mode variational_non_recurrent for further exploration.

jsenellart avatar Oct 02 '17 00:10 jsenellart

Codecov Report

Merging #390 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #390      +/-   ##
==========================================
- Coverage   69.62%   69.61%   -0.01%     
==========================================
  Files          74       74              
  Lines        6282     6290       +8     
==========================================
+ Hits         4374     4379       +5     
- Misses       1908     1911       +3
Impacted Files Coverage Δ
onmt/modules/Encoder.lua 92.2% <100%> (ø) :arrow_up:
onmt/modules/LSTM.lua 98.3% <100%> (ø) :arrow_up:
onmt/modules/GRU.lua 94.44% <100%> (ø) :arrow_up:
onmt/train/Trainer.lua 17.69% <0%> (-0.21%) :arrow_down:
onmt/data/Preprocessor.lua 92.97% <0%> (+0.05%) :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 b3b26fc...7cf6909. Read the comment docs.

codecov-io avatar Oct 04 '17 09:10 codecov-io