Diff of /docs/source/models.rst [000000] .. [3ee609]

Switch to unified view

a b/docs/source/models.rst
1
Generative Models
2
=======================
3
4
This section provides an overview of the generative models in `medigan`.
5
6
Find in the tables below for each model:
7
8
#. A **model_id**
9
#. A link to detailed documentation on **Zenodo**
10
11
Further model information can be found in the `global.json <https://github.com/RichardObi/medigan/blob/main/config/global.json>`_ metadata.
12
13
.. warning::
14
    Some of the model internal checkpoint loading functions may implicitly use the pickle module (e.g. `torch.load() <https://pytorch.org/docs/stable/generated/torch.load.html>`_),
15
    Pickle is insecure: It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (`example video <https://youtu.be/2ethDz9KnLk>`_).
16
    While we do our best to analyse and test each model before Zenodo upload and `medigan` integration, we cannot provide a security guarantee. Be aware and run only models you trust.
17
    To further mitigate risks, we plan to integrate a malware scanning tool into medigan's `CI pipeline <https://github.com/RichardObi/medigan/actions>`_.
18
19
20
.. include:: model_documentation.md
21
   :parser: myst_parser.sphinx_