Skip to content
Snippets Groups Projects
Commit ceecdacf authored by s.islam's avatar s.islam
Browse files

RMI Loss with densenet121

parent 337ba1f2
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class TestModule(pl.LightningModule):
# Define the model
self.model = smp.Unet(
encoder_name="resnet34", # Also consider using smaller or larger encoders
encoder_name="densenet121", # Also consider using smaller or larger encoders
encoder_weights= "imagenet", # Do the pretrained weights help? Try with or without
in_channels=1, # We use 1 chanel transmittance as input
classes=1, # classes == output channels. We use one output channel for cyto data
......
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