Skip to content
Snippets Groups Projects
Commit f9a3e2d0 authored by ogueler@idiap.ch's avatar ogueler@idiap.ch
Browse files

more doc bug fixes

parent 2271683d
No related branches found
No related tags found
2 merge requests!5Tbx11k,!4Moved code to lightning
Pipeline #73559 failed
......@@ -9,7 +9,7 @@
* This split only consists of healthy and active TB samples
* "Latent TB" or "sick & non-TB" samples are not included in this configuration
* This configuration resolution: 512 x 512 (default)
* See :py:mod:`ptbench.data.tbx11k` for dataset details
* See :py:mod:`ptbench.data.tbx11k_simplified` for dataset details
"""
from . import _maker
......
......@@ -10,7 +10,7 @@ DensenetRS predictions)
* This split only consists of healthy and active TB samples
* "Latent TB" or "sick & non-TB" samples are not included in this configuration
* This configuration resolution: 512 x 512 (default)
* See :py:mod:`ptbench.data.tbx11k` for dataset details
* See :py:mod:`ptbench.data.tbx11k_simplified_RS` for dataset details
"""
from . import _maker
......
......@@ -9,7 +9,7 @@
* This split consists of non-TB and active TB samples
* "healthy", "latent TB", and "sick & non-TB" samples are all merged under the label "non-TB"
* This configuration resolution: 512 x 512 (default)
* See :py:mod:`ptbench.data.tbx11k_v2` for dataset details
* See :py:mod:`ptbench.data.tbx11k_simplified_v2` for dataset details
"""
from . import _maker
......
......@@ -10,7 +10,7 @@ DensenetRS predictions)
* This split consists of non-TB and active TB samples
* "healthy", "latent TB", and "sick & non-TB" samples are all merged under the label "non-TB"
* This configuration resolution: 512 x 512 (default)
* See :py:mod:`ptbench.data.tbx11k_v2` for dataset details
* See :py:mod:`ptbench.data.tbx11k_simplified_v2_RS` for dataset details
"""
from . import _maker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment