We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a5856 commit 03dc031Copy full SHA for 03dc031
scripts/otoferlin/common.py
@@ -21,8 +21,10 @@
21
22
23
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
+ # Path on nhr.
+ # 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"
28
model = load_custom_model(model_path)
29
return model
30
0 commit comments