dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.55k stars 538 forks source link

Remove gluonnlp.layers.HybridSequential #1427

Closed leezu closed 3 years ago

leezu commented 3 years ago

As title. No longer needed as of https://github.com/apache/incubator-mxnet/commit/3d1df4e035077b5d4de859e7bf464181388d47a0

codecov[bot] commented 3 years ago

Codecov Report

Merging #1427 into master will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1427      +/-   ##
==========================================
+ Coverage   85.27%   85.33%   +0.06%     
==========================================
  Files          53       53              
  Lines        6960     6928      -32     
==========================================
- Hits         5935     5912      -23     
+ Misses       1025     1016       -9     
Impacted Files Coverage Δ
src/gluonnlp/layers.py 87.15% <100.00%> (+1.68%) :arrow_up:
src/gluonnlp/models/albert.py 95.43% <100.00%> (-0.02%) :arrow_down:
src/gluonnlp/models/bert.py 94.80% <100.00%> (ø)
src/gluonnlp/models/electra.py 76.83% <100.00%> (ø)
src/gluonnlp/models/gpt2.py 98.25% <100.00%> (ø)
src/gluonnlp/models/mobilebert.py 87.82% <100.00%> (ø)
src/gluonnlp/models/roberta.py 93.61% <100.00%> (ø)
src/gluonnlp/models/transformer.py 98.94% <100.00%> (ø)
src/gluonnlp/models/transformer_xl.py 82.44% <100.00%> (ø)
src/gluonnlp/data/tokenizers/yttm.py 81.89% <0.00%> (-0.87%) :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 2032159...18ac22c. Read the comment docs.