NTMC-Community / MatchZoo

Facilitating the design, comparison and sharing of deep text matching models.
Apache License 2.0
3.83k stars 899 forks source link

add DIIN model #730

Closed caiyinqiong closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #730 into 2.2-dev will increase coverage by 0.2%. The diff coverage is 96.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           2.2-dev     #730     +/-   ##
==========================================
+ Coverage    94.11%   94.31%   +0.2%     
==========================================
  Files           92       98      +6     
  Lines         3125     3378    +253     
==========================================
+ Hits          2941     3186    +245     
- Misses         184      192      +8
Impacted Files Coverage Δ
matchzoo/preprocessors/units/word_exact_match.py 100% <100%> (ø)
matchzoo/preprocessors/diin_preprocessor.py 100% <100%> (ø)
matchzoo/preprocessors/units/character_index.py 100% <100%> (ø)
...atchzoo/contrib/layers/semantic_composite_layer.py 100% <100%> (ø)
matchzoo/contrib/layers/decaying_dropout_layer.py 82.35% <82.35%> (ø)
matchzoo/contrib/models/diin.py 97.97% <97.97%> (ø)
... and 2 more

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 d133cb4...093e312. Read the comment docs.