Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
sadhvikbathini
/
Densenet121-OSCC
like
0
License:
gpl-3.0
Model card
Files
Files and versions
xet
Community
sadhvikbathini
commited on
Apr 30, 2025
Commit
0164e2e
·
verified
·
1 Parent(s):
e1ead26
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+8
-3
README.md
CHANGED
Viewed
@@ -1,3 +1,8 @@
1
-
---
2
-
license: gpl-3.0
3
-
---
1
+
---
2
+
license: gpl-3.0
3
+
---
4
+
5
+
model = torchvision.models.densenet121(pretrained=False)
6
+
---
7
+
model.load_state_dict(torch.load('best_model.pth'))
8
+
---