Skip to content
Snippets Groups Projects
Commit b2a8a35c authored by s193396's avatar s193396
Browse files

renaming existing unet to UNet2D

parent 15a48272
No related branches found
No related tags found
No related merge requests found
from ._unet import UNet, Hyperparameters
from ._unet import UNet2D, Hyperparameters
......@@ -5,7 +5,7 @@ import torch.nn as nn
from qim3d.utils import log
class UNet(nn.Module):
class UNet2D(nn.Module):
"""
2D UNet model for QIM imaging.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment