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
1 change: 0 additions & 1 deletion docs/api/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ API Reference
models/pyhealth.models.TCN
models/pyhealth.models.TFMTokenizer
models/pyhealth.models.GAN
models/pyhealth.models.VAE
models/pyhealth.models.HALO
models/pyhealth.models.GPT2
models/pyhealth.models.PromptEHR
Expand Down
9 changes: 0 additions & 9 deletions docs/api/models/pyhealth.models.VAE.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ These examples are located in ``examples/cxr/``.
- Multi-label classification on ChestX-ray14 dataset (notebook)
* - ``cxr/ChestXrayClassificationWithSaliency.ipynb``
- Chest X-ray classification with saliency maps (notebook)
* - ``cxr/chextXray_image_generation_VAE.py``
- VAE for chest X-ray image generation
* - ``cxr/ChestXray-image-generation-GAN.ipynb``
- GAN for chest X-ray image generation (notebook)

Expand Down Expand Up @@ -328,8 +326,6 @@ Notebooks (Interactive)
- Language model embeddings with OpenAI
* - ``prepare_mapping.ipynb``
- Data preprocessing and mapping utilities
* - ``graph_torchvision_model.ipynb``
- Using Torchvision models with graph data


----------
100 changes: 0 additions & 100 deletions examples/cxr/chextXray_image_generation_VAE.py

This file was deleted.

Loading
Loading