add library: pytorch
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
3 |
---
|
4 |
|
5 |
A lung cancer tumor classification model. This model is a ResNet34 and was trained on TCGA LUAD.
|
@@ -12,4 +13,4 @@ The model outputs 6 classes per patch:
|
|
12 |
5. mucinous
|
13 |
6. solid
|
14 |
|
15 |
-
Please refer to the [original GitHub Repo](https://github.com/SBU-BMI/quip_lung_cancer_detection)
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
library_name: pytorch
|
4 |
---
|
5 |
|
6 |
A lung cancer tumor classification model. This model is a ResNet34 and was trained on TCGA LUAD.
|
|
|
13 |
5. mucinous
|
14 |
6. solid
|
15 |
|
16 |
+
Please refer to the [original GitHub Repo](https://github.com/SBU-BMI/quip_lung_cancer_detection)
|