Skip to content

fix native layer concat bug. #3112

Merged
njzjz merged 4 commits intodeepmodeling:develfrom
wanghan-iapcm:fix-model-fmt
Jan 5, 2024
Merged

fix native layer concat bug. #3112
njzjz merged 4 commits intodeepmodeling:develfrom
wanghan-iapcm:fix-model-fmt

Conversation

@wanghan-iapcm
Copy link
Copy Markdown
Collaborator

add UT testing all input and output shapes

@wanghan-iapcm wanghan-iapcm requested a review from njzjz January 5, 2024 09:39
@github-actions github-actions Bot added the Python label Jan 5, 2024
@njzjz
Copy link
Copy Markdown
Member

njzjz commented Jan 5, 2024

What is the expected input shape?

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c4b7baa) 75.86% compared to head (449e7cc) 75.87%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #3112   +/-   ##
=======================================
  Coverage   75.86%   75.87%           
=======================================
  Files         247      247           
  Lines       25117    25117           
  Branches     1598     1598           
=======================================
+ Hits        19055    19057    +2     
+ Misses       5123     5121    -2     
  Partials      939      939           

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

@wanghan-iapcm
Copy link
Copy Markdown
Collaborator Author

wanghan-iapcm commented Jan 5, 2024

What is the expected input shape?

only the last dimension of the input is changed by the mlp. Do we add test of higher dimensional input like [xxx, yyy, ninp]?

@wanghan-iapcm wanghan-iapcm requested a review from njzjz January 5, 2024 11:13
@wanghan-iapcm
Copy link
Copy Markdown
Collaborator Author

What is the expected input shape?

only the last dimension of the input is changed by the mlp. Do we add test of higher dimensional input like [xxx, yyy, ninp]?

done

@njzjz njzjz merged commit 7b3c3c0 into deepmodeling:devel Jan 5, 2024
@wanghan-iapcm wanghan-iapcm deleted the fix-model-fmt branch January 6, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants