Skip to content

Commit 03dc031

Browse files
Add path to DA model on the WS
1 parent 70a5856 commit 03dc031

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/otoferlin/common.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121

2222

2323
def get_adapted_model():
24-
# Path on nhr, need to put the model on the WS and update this.
25-
model_path = "/mnt/vast-nhr/home/pape41/u12086/Work/my_projects/synaptic-reconstruction/scripts/otoferlin/domain_adaptation/checkpoints/otoferlin_da.pt" # noqa
24+
# Path on nhr.
25+
# model_path = "/mnt/vast-nhr/home/pape41/u12086/Work/my_projects/synaptic-reconstruction/scripts/otoferlin/domain_adaptation/checkpoints/otoferlin_da.pt" # noqa
26+
# Path on the Workstation.
27+
model_path = "/home/ag-wichmann/Downloads/otoferlin_da.pt"
2628
model = load_custom_model(model_path)
2729
return model
2830

0 commit comments

Comments
 (0)