Skip to content

Commit

Permalink
assignment only inference
Browse files Browse the repository at this point in the history
  • Loading branch information
jabae committed May 24, 2024
1 parent 7fde69b commit 541a5ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dags/synaptor_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@ def add_task(
CPUTask("remap"),
]

file_assignmentonly = [
GPUTask("chunk_edges"),
CPUTask("merge_edges"),
CPUTask("remap")
]

# =========================================
# DAG definition
dag = DAG(
Expand All @@ -297,6 +303,7 @@ def add_task(
workflows = {
"Segmentation": {"File": file_segmentation, "Database": db_segmentation},
"Segmentation+Assignment": {"File": file_assignment, "Database": db_assignment},
"Assignment": {"File": file_assignmentonly, "Database": file_assignmentonly}
}

fill_dag(
Expand Down

0 comments on commit 541a5ae

Please sign in to comment.