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

use tensor.shape bug not paddle.shape(tensor) #8260

Merged
merged 3 commits into from
Apr 16, 2024

refine

4b044ef
Select commit
Loading
Failed to load commit list.
Merged

use tensor.shape bug not paddle.shape(tensor) #8260

refine
4b044ef
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 16, 2024 in 0s

55.32% (target 58.00%)

View this Pull Request on Codecov

55.32% (target 58.00%)

Details

Codecov Report

Attention: Patch coverage is 68.63636% with 69 lines in your changes are missing coverage. Please review.

Project coverage is 55.32%. Comparing base (2273ee7) to head (4b044ef).
Report is 20 commits behind head on develop.

Files Patch % Lines
paddlenlp/transformers/transformer/modeling.py 0.00% 12 Missing ⚠️
...lenlp/ops/fast_transformer/transformer/decoding.py 0.00% 7 Missing ⚠️
paddlenlp/transformers/bloom/modeling.py 0.00% 5 Missing ⚠️
paddlenlp/transformers/xlm/modeling.py 50.00% 5 Missing ⚠️
paddlenlp/transformers/xlnet/modeling.py 77.27% 5 Missing ⚠️
paddlenlp/generation/utils.py 20.00% 4 Missing ⚠️
paddlenlp/transformers/gpt/modeling_auto.py 0.00% 4 Missing ⚠️
paddlenlp/transformers/layoutxlm/modeling.py 42.85% 4 Missing ⚠️
...s/fast_transformer/transformer/fast_transformer.py 0.00% 3 Missing ⚠️
paddlenlp/trainer/trainer_compress.py 0.00% 2 Missing ⚠️
... and 16 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8260      +/-   ##
===========================================
+ Coverage    55.15%   55.32%   +0.17%     
===========================================
  Files          601      614      +13     
  Lines        91764    95333    +3569     
===========================================
+ Hits         50611    52747    +2136     
- Misses       41153    42586    +1433     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.