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 938d4ba commit 9db6a83Copy full SHA for 9db6a83
scripts/synapse_marker_detection/train_synapse_detection.py
@@ -3,8 +3,8 @@
3
4
from detection_dataset import DetectionDataset
5
6
-# sys.path.append()
7
-sys.path.append("/home/pape/Work/my_projects/czii-protein-challenge")
+# sys.path.append("/home/pape/Work/my_projects/czii-protein-challenge")
+sys.path.append("/user/pape41/u12086/Work/my_projects/czii-protein-challenge")
8
9
from utils.training import supervised_training # noqa
10
@@ -74,6 +74,8 @@ def train():
74
test_label_paths=test_label_paths,
75
# save_root="",
76
dataset_class=DetectionDataset,
77
+ n_samples_train=800,
78
+ n_samples_val=80,
79
)
80
81
0 commit comments