Skip to content

Commit

Permalink
Fixes to normalization and time args
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Mar 8, 2024
1 parent 4736517 commit 35e15bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/full_detector/configs/gc/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ init_args:
p_attr: 2
p_rep: 2
r_emb: 1
normalization: n_rep_edges
rep_normalization: n_rep_edges
gc_scanner:
class_path: gnn_tracking.graph_construction.k_scanner.GraphConstructionKNNScanner
init_args:
Expand Down
2 changes: 1 addition & 1 deletion scripts/full_detector/configs/oc/model_gc_loss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ init_args:
p_attr: 2
p_rep: 2
r_emb: 1
normalization: n_rep_edges
rep_normalization: n_rep_edges
cluster_scanner:
class_path: gnn_tracking.postprocessing.dbscanscanner.DBSCANHyperParamScanner
init_args:
Expand Down
2 changes: 1 addition & 1 deletion scripts/full_detector/run_oc.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def cli_main():
],
"logger": [tb_logger, logger],
"plugins": [SLURMEnvironment(auto_requeue=False)],
"max_time": "23:30:00",
"max_time": "0:23:30:00",
},
)

Expand Down

0 comments on commit 35e15bc

Please sign in to comment.