haritsahm
commited on
Commit
·
4152b54
1
Parent(s):
047bb92
Update incorrect model descriptions
Browse files- DESCRIPTION.md +1 -1
- figures/phresnet18.png +0 -0
- figures/physenet.png +0 -0
- main.py +2 -2
DESCRIPTION.md
CHANGED
@@ -9,7 +9,7 @@ Reference: https://arxiv.org/abs/2204.05798
|
|
9 |
The model is trained using CBIS [INBReast Dataset](https://pubmed.ncbi.nlm.nih.gov/22078258/)
|
10 |
|
11 |
- Target: Lesions (masses, calcifications, asymmetries, and distortions)
|
12 |
-
- Task:
|
13 |
- Modality: Grayscale
|
14 |
|
15 |
## Demo
|
|
|
9 |
The model is trained using CBIS [INBReast Dataset](https://pubmed.ncbi.nlm.nih.gov/22078258/)
|
10 |
|
11 |
- Target: Lesions (masses, calcifications, asymmetries, and distortions)
|
12 |
+
- Task: Classification
|
13 |
- Modality: Grayscale
|
14 |
|
15 |
## Demo
|
figures/phresnet18.png
ADDED
figures/physenet.png
DELETED
Binary file (120 kB)
|
|
main.py
CHANGED
@@ -195,9 +195,9 @@ def run():
|
|
195 |
gr.Markdown(
|
196 |
"""
|
197 |
## Model Architecture
|
198 |
-
<img src="file/figures/
|
199 |
|
200 |
-
Parameterized Hypercomplex
|
201 |
"""
|
202 |
)
|
203 |
with gr.Row():
|
|
|
195 |
gr.Markdown(
|
196 |
"""
|
197 |
## Model Architecture
|
198 |
+
<img src="file/figures/phresnet18.png" width=auto>
|
199 |
|
200 |
+
Parameterized Hypercomplex ResNets-18 Variants (PHYResNet).
|
201 |
"""
|
202 |
)
|
203 |
with gr.Row():
|