-
Notifications
You must be signed in to change notification settings - Fork 3.1k
FG for Text-To-Text Transfer Transformer #3763
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
Conversation
因格式导致冲突,将待 review 完成后处理。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是否补充下faster_generation下的例子和文档,给出性能数据,其他没有什么问题
Codecov Report
@@ Coverage Diff @@
## develop #3763 +/- ##
===========================================
- Coverage 34.06% 32.89% -1.18%
===========================================
Files 405 400 -5
Lines 56613 56642 +29
===========================================
- Hits 19288 18634 -654
- Misses 37325 38008 +683
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
||
layer_outputs = recompute( | ||
create_custom_forward(layer_module), | ||
layer_outputs = self.recompute_training( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
动转静为什么会走到 recompute 的分支?
PR types
New features
PR changes
Models
Description
FG for Text-To-Text Transfer Transformer.