Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/source/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ This section contains some usage examples for TorchJD.
dedicated backpropagation function :doc:`mtl_backward <../docs/autojac/mtl_backward>`.
- :doc:`Instance-Wise Multi-Task Learning (IWMTL) <iwmtl>` shows how to combine multi-task learning
with instance-wise risk minimization: one loss per task and per element of the batch, using the
:doc:`autogram.Engine <../docs/autogram/engine>` and a :doc:`GeneralizedWeighting
<../docs/aggregation/index>`.
:doc:`autogram.Engine <../docs/autogram/engine>`.
- :doc:`Recurrent Neural Network (RNN) <rnn>` shows how to apply Jacobian descent to RNN training,
with one loss per output sequence element.
- :doc:`Monitoring Aggregations <monitoring>` shows how to monitor the aggregation performed by the
Expand Down
Loading