Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

language_model_ptb example #281

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

language_model_ptb example #281

wants to merge 3 commits into from

Conversation

gpengzhi
Copy link
Collaborator

resolve #232 (including distributed_gpu and language_model_ptb examples)

@codecov
Copy link

codecov bot commented Dec 27, 2019

Codecov Report

Merging #281 into master will decrease coverage by 0.01%.
The diff coverage is 59.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
- Coverage   83.07%   83.05%   -0.02%     
==========================================
  Files         195      195              
  Lines       15324    15324              
==========================================
- Hits        12730    12728       -2     
- Misses       2594     2596       +2
Impacted Files Coverage Δ
texar/torch/modules/embedders/embedder_utils.py 100% <ø> (ø) ⬆️
...exar/torch/modules/embedders/position_embedders.py 90.43% <ø> (ø) ⬆️
texar/torch/modules/embedders/embedders.py 91.66% <ø> (ø) ⬆️
texar/torch/modules/embedders/embedder_base.py 94.11% <ø> (ø) ⬆️
...exar/torch/data/tokenizers/xlnet_tokenizer_test.py 96.85% <ø> (ø) ⬆️
texar/torch/data/tokenizers/xlnet_tokenizer.py 85.38% <0%> (ø) ⬆️
texar/torch/modules/embedders/embedders_test.py 98.11% <100%> (ø) ⬆️
texar/torch/data/data_utils.py 42.38% <14.28%> (ø) ⬆️
texar/torch/modules/pretrained/pretrained_base.py 50% <14.28%> (-0.49%) ⬇️
texar/torch/core/optimization.py 87.23% <75%> (-1.34%) ⬇️
... and 7 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 cbef31f...bfce6d2. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does Texar support multi-gpus?
1 participant