asyml / texar-pytorch

Integrating the Best of TF into PyTorch, for Machine Learning, Natural Language Processing, and Text Generation. This is part of the CASL project: http://casl-project.ai/
https://asyml.io
Apache License 2.0
745 stars 117 forks source link

Bugfix in the unit test for GPT2Decoder #288

Closed gpengzhi closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #288 into master will increase coverage by 0.27%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #288      +/-   ##
==========================================
+ Coverage   82.35%   82.63%   +0.27%     
==========================================
  Files         207      207              
  Lines       16003    16005       +2     
==========================================
+ Hits        13179    13225      +46     
+ Misses       2824     2780      -44
Impacted Files Coverage Δ
texar/torch/modules/decoders/gpt2_decoder_test.py 68.26% <100%> (+0.62%) :arrow_up:
texar/torch/data/data/data_iterators_utils.py 72.72% <0%> (+57.14%) :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 d9aab89...21c8bbd. Read the comment docs.