Update Model.py
Browse filesAuthor information add
Model.py
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
import torch
|
| 3 |
import torch.nn as nn
|
|
|
|
| 1 |
+
# Author: Mahbub Hasan
|
| 2 |
+
# Base Architecture: UNet
|
| 3 |
+
# Model Description: This model is to segment blood vessels from the Eye Fundus Image.
|
| 4 |
+
# Country: Bangladesh
|
| 5 |
|
| 6 |
import torch
|
| 7 |
import torch.nn as nn
|