Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 2 additions & 7 deletions docs/source/tutorial/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ Network architectures

examples/fully_connected.rst
examples/convolutional.rst
examples/bayes_flow.rst
examples/inv_unet.rst


Full training loops
----------------------

.. toctree::
:maxdepth: 4

examples/training_loop_cinn.rst
examples/training_loop_inn.rst
More detailed training examples can be found at: <https://github.com/vislearn/analyzing_inverse_problems>
2 changes: 1 addition & 1 deletion docs/source/tutorial/invertible_operations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Invertible Operations
=======================

A number of commonly used invertible operations are provided in the ``FrEIA.modules`` submodule.
They are documented in detail `here <https://vll-hd.github.io/FrEIA/_build/html/FrEIA.modules.html>`.
They are documented in detail `here <https://vislearn.github.io/FrEIA/_build/html/FrEIA.modules.html>`.

Coupling blocks
**************************
Expand Down