File size: 526 Bytes
c83e1bc b8bafda | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Segmentation Model
This is a custom PyTorch segmentation model for segmenting humans from backgrounds.
## 📊 Run Summary
| Metric | Value |
|----------------|-----------|
| `batch_loss` | 0.01935 |
| `learning_rate`| 0.0001 |
| `train_loss` | 0.01595 |
| `val_accuracy` | 0.87215 |
| `val_f1` | 0.8683 |
| `val_iou` | 0.73383 |
| `val_loss` | 0.61134 |
 |