V4ldeLund commited on
Commit
9a4043e
·
verified ·
1 Parent(s): cc96754

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ResNet model card (MedMNIST – OrganAMNIST)
2
+
3
+ ## Dataset
4
+ - Collection: MedMNIST , task: OrganAMNIST (multi-class, 11 organs).
5
+ - Image format: grayscale, 28×28 resized to 224×224 via `MedMNIST_dataset`.
6
+ - Available samples: train 34,561; val 6,491; test 17,778.
7
+ - Used for this run: random subset of **10,000 train images**; full val set.
8
+
9
+ ## Training setup
10
+ - Architecture: ResNet18
11
+ - Epochs: 10
12
+ - Batch size: 64
13
+ - Optimizer: Adam (lr 0.001, weight_decay 0.0001)
14
+ - Num workers: 4
15
+ - Device: CUDA
16
+
17
+
18
+