Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Awesome LLM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NetSys
Awesome LLM
Commits
9c126a3a
Unverified
Commit
9c126a3a
authored
1 year ago
by
Alexandru-Mihai GHERGHESCU
Browse files
Options
Downloads
Patches
Plain Diff
Add gradient checkpointing papers
parent
db8f2c94
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/intro2.md
+7
-0
7 additions, 0 deletions
doc/intro2.md
with
7 additions
and
0 deletions
doc/intro2.md
+
7
−
0
View file @
9c126a3a
...
...
@@ -29,6 +29,13 @@ useful for someone to get up-to-date with the NLP research of today.
-
[
"Effective Approaches to Attention-based Neural Machine Translation" (Luong
et al. - sep. 2015)
](
https://arxiv.org/abs/1508.04025
)
- one of the other
Attention papers
-
[
"Training Deep Nets with Sublinear Memory Cost" (Chen et al. - apr.
2016)
](
https://arxiv.org/abs/1604.06174
)
- introduces gradient checkpointing
for the first time, showing how to train larger models with little
computational overhead
-
[
"Memory-Efficient Backpropagation Through Time" (Gruslys et al. - jun.
2016)
](
https://arxiv.org/abs/1606.03401
)
- improves on gradient checkpointing
for RNNs
-
[
"Layer Normalization" (Hinton et al. - jul.
2016)
](
https://arxiv.org/abs/1607.06450
)
- the Layer Normalization paper, used
by the original Transformer architecture
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment