MHasanUnical commited on
Commit
a6b6412
·
verified ·
1 Parent(s): 9d9fd60

Update Model.py

Browse files

Author information add

Files changed (1) hide show
  1. Model.py +4 -0
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