sharmaarush commited on
Commit
b8bafda
·
verified ·
1 Parent(s): f779ab8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,3 +1,17 @@
1
  # Segmentation Model
2
 
3
- This is a custom PyTorch segmentation model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Segmentation Model
2
 
3
+ This is a custom PyTorch segmentation model for segmenting humans from backgrounds.
4
+
5
+ ## 📊 Run Summary
6
+
7
+ | Metric | Value |
8
+ |----------------|-----------|
9
+ | `batch_loss` | 0.01935 |
10
+ | `learning_rate`| 0.0001 |
11
+ | `train_loss` | 0.01595 |
12
+ | `val_accuracy` | 0.87215 |
13
+ | `val_f1` | 0.8683 |
14
+ | `val_iou` | 0.73383 |
15
+ | `val_loss` | 0.61134 |
16
+
17
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b2ac56e4191ceeb406aa4b/MiYUBPrVCObtsF3AaEAF3.png)