Spaces:
Runtime error
Runtime error
File size: 1,617 Bytes
cd89698 282a9ed cd89698 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | site_name: WSAttention-Prostate
site_description: Weakly-supervised attention-based 3D MIL for prostate cancer risk prediction on multiparametric MRI
repo_url: https://github.com/anirudhbalaraman/WSAttention-Prostate
repo_name: WSAttention-Prostate
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
palette:
- scheme: default
primary: indigo
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
features:
- navigation.instant
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
plugins:
- search
# TODO: add mkdocstrings[python] plugin for autodoc support
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
- md_in_html
nav:
- Home: index.md
- Getting Started: getting-started.md
- Pipeline: pipeline.md
- Architecture: architecture.md
- Configuration: configuration.md
- API Reference:
- Models: api/models.md
- Preprocessing: api/preprocessing.md
- Data Loading: api/data.md
|