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

Add tests for python3.8 and python3.9 #340

Closed mylibrar closed 2 years ago

mylibrar commented 3 years ago

.github/workflows/main.yml:

codecov[bot] commented 3 years ago

Codecov Report

Merging #340 (09a3878) into master (028c1a8) will increase coverage by 0.25%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #340      +/-   ##
==========================================
+ Coverage   80.18%   80.43%   +0.25%     
==========================================
  Files         135      135              
  Lines       11223    11357     +134     
==========================================
+ Hits         8999     9135     +136     
+ Misses       2224     2222       -2     
Impacted Files Coverage Δ
texar/torch/version.py 100.00% <100.00%> (ø)
texar/torch/data/data/scalar_data.py 100.00% <0.00%> (ø)
texar/torch/modules/decoders/gpt2_decoder.py 100.00% <0.00%> (ø)
...exar/torch/data/tokenizers/gpt2_tokenizer_utils.py 100.00% <0.00%> (ø)
...ar/torch/modules/classifiers/roberta_classifier.py 100.00% <0.00%> (ø)
...exar/torch/modules/encoders/transformer_encoder.py 97.87% <0.00%> (+0.02%) :arrow_up:
texar/torch/evals/bleu_transformer.py 97.77% <0.00%> (+0.02%) :arrow_up:
...xar/torch/modules/decoders/transformer_decoders.py 94.52% <0.00%> (+0.02%) :arrow_up:
texar/torch/run/executor_utils.py 83.58% <0.00%> (+0.06%) :arrow_up:
texar/torch/modules/networks/conv_networks.py 86.04% <0.00%> (+0.06%) :arrow_up:
... and 37 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 c002c20...09a3878. Read the comment docs.