Skip to content

Commit b32363a

Browse files
committed
fix graph_net/tools/generate_subgraph_dataset
1 parent 4d2226f commit b32363a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graph_net/tools/generate_subgraph_dataset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DIMENSION_GENERALIZER_OUTPUT_DIR=/tmp/dimension_generalized_samples
2929

3030
mkdir -p "$DECOMPOSE_WORKSPACE"
3131

32-
model_list="$GRAPH_NET_ROOT/graph_net/config/small10_torch_samples_list.txt" #改成10测试
32+
model_list="$GRAPH_NET_ROOT/graph_net/config/small100_torch_samples_list.txt"
3333
range_decomposed_subgraph_list=${DECOMPOSE_WORKSPACE}/range_decomposed_subgraph_sample_list.txt
3434
deduplicated_subgraph_list=${DECOMPOSE_WORKSPACE}/deduplicated_subgraph_sample_list.txt
3535
device_rewrited_subgraph_list=${DECOMPOSE_WORKSPACE}/device_rewrited_subgraph_sample_list.txt

0 commit comments

Comments
 (0)