Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kaanaksit/odak
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanaksit committed Nov 29, 2023
2 parents f572130 + 6471d6f commit 97c93a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ authors:
given-names: Liang
orcid: https://orcid.org/0000-0002-4442-4679

- family-names: Yılmaz
given-names: Doğa
orcid: https://orcid.org/0000-0002-2268-7136

title: "Odak"
version: 0.2.4
doi: 10.5281/zenodo.5136406
1 change: 1 addition & 0 deletions THANKS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Runze Zhu
Yujie Wang
Yuta Itoh
Ziyang Chen
Doğa Yılmaz
2 changes: 0 additions & 2 deletions odak/learn/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def forward(self, x):
return result



class unet(torch.nn.Module):
"""
A U-Net model, heavily inspired from `https://github.com/milesial/Pytorch-UNet/tree/master/unet` and more can be read from Ronneberger, Olaf, Philipp Fischer, and Thomas Brox. "U-net: Convolutional networks for biomedical image segmentation." Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Part III 18. Springer International Publishing, 2015.
Expand Down Expand Up @@ -158,4 +157,3 @@ def forward(self, x):
result = self.outc(x_up)
return result


0 comments on commit 97c93a5

Please sign in to comment.