Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
kerem-cekmeceli committed Jun 5, 2024
1 parent 4ddbc07 commit d582ce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MedicalSegmentation/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
log_the_run = cluster_mode

# Select model type
model_type = ModelType.UNET # SEGMENTOR, UNET, SWINUNET, R2ATTNUNET
model_type = ModelType.SWINUNET # SEGMENTOR, UNET, SWINUNET, R2ATTNUNET

# Fully Test Time Adaptations (Entropy Minimization)
ftta = False
Expand Down Expand Up @@ -433,8 +433,8 @@
n_best = 1 if save_checkpoints else 0

if cluster_paths:
# ckp_pth = Path('/usr/bmicnas02/data-biwi-01/foundation_models/AllCheckpoints')
ckp_pth = main_pth
ckp_pth = Path('/usr/bmicnas02/data-biwi-01/foundation_models/AllCheckpoints')
# ckp_pth = main_pth
else:
ckp_pth = main_pth

Expand Down

0 comments on commit d582ce0

Please sign in to comment.