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 2ace973 commit 063489cCopy full SHA for 063489c
graph_net/test/subgraph_decompose_and_evaluation_step_test.sh
@@ -69,10 +69,11 @@ echo "Init Size: $INITIAL_MAX_SIZE"
69
echo "--------------------------------------------------------"
70
71
python3 -m graph_net.subgraph_decompose_and_evaluation_step \
72
- --log-file="$LOG_FILE" \
73
- --output-dir="$OUTPUT_DIR" \
74
- --framework="${FRAMEWORK}" \
75
- --test-config="$TEST_CONFIG_B64" \
+ --log-file "$LOG_FILE" \
+ --output-dir "$OUTPUT_DIR" \
+ --framework "${FRAMEWORK}" \
+ --test-config "$TEST_CONFIG_B64" \
76
+ --decompose-method "uniform" \
77
--tolerance $TOLERANCE \
78
--max-subgraph-size="$INITIAL_MAX_SIZE"
79
0 commit comments