Update README.md
Browse files
README.md
CHANGED
|
@@ -107,12 +107,7 @@ This model is designed for:
|
|
| 107 |
|
| 108 |
## ⚠️ Limitations
|
| 109 |
|
| 110 |
-
- Performance may degrade under:
|
| 111 |
-
- extreme lighting changes
|
| 112 |
-
- motion blur
|
| 113 |
-
- unseen disease categories
|
| 114 |
- Dataset-specific bias may exist
|
| 115 |
-
|
| 116 |
---
|
| 117 |
|
| 118 |
## 🧑💻 How to Use (PyTorch + timm)
|
|
@@ -154,5 +149,3 @@ with torch.no_grad():
|
|
| 154 |
pred = logits.argmax(dim=1).item()
|
| 155 |
|
| 156 |
print("Predicted class:", pred)
|
| 157 |
-
|
| 158 |
-
---
|
|
|
|
| 107 |
|
| 108 |
## ⚠️ Limitations
|
| 109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
- Dataset-specific bias may exist
|
|
|
|
| 111 |
---
|
| 112 |
|
| 113 |
## 🧑💻 How to Use (PyTorch + timm)
|
|
|
|
| 149 |
pred = logits.argmax(dim=1).item()
|
| 150 |
|
| 151 |
print("Predicted class:", pred)
|
|
|
|
|
|