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
744 stars 118 forks source link

Move out HParams and SpecialTokens to asyml-utilities #353

Closed mylibrar closed 2 years ago

mylibrar commented 2 years ago

Move out HParams and SpecialTokens to asyml-utilities https://github.com/asyml/asyml-utilities

codecov[bot] commented 2 years ago

Codecov Report

Merging #353 (6ff6af4) into master (a92c603) will decrease coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #353      +/-   ##
==========================================
- Coverage   80.43%   80.37%   -0.07%     
==========================================
  Files         135      135              
  Lines       11359    11243     -116     
==========================================
- Hits         9137     9036     -101     
+ Misses       2222     2207      -15     
Impacted Files Coverage Δ
texar/torch/data/vocabulary.py 82.95% <100.00%> (-0.75%) :arrow_down:
texar/torch/hyperparams.py 100.00% <100.00%> (+13.04%) :arrow_up:
texar/torch/utils/utils.py 80.05% <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 a92c603...6ff6af4. Read the comment docs.