File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
docs/source-pytorch/common Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,13 @@ How-to Guides
202202 :col_css: col-md-4
203203 :height: 180
204204
205+ .. displayitem ::
206+ :header: Truncated Back-Propagation Through Time
207+ :description: Efficiently step through time when training recurrent models
208+ :button_link: ../common/tbtt.html
209+ :col_css: col-md-4
210+ :height: 180
211+
205212.. raw :: html
206213
207214 </div >
Original file line number Diff line number Diff line change 1- ##############
1+ ##############################################
22Truncated Backpropagation Through Time (TBPTT)
3- ##############
3+ ##############################################
44
55Truncated Backpropagation Through Time (TBPTT) performs perform backpropogation every k steps of
66a much longer sequence. This is made possible by passing training batches
You can’t perform that action at this time.
0 commit comments