Skip to content

Commit 6d0b0b2

Browse files
committed
rename dimension_generalizer to dimension_symbolizer
1 parent d5c9232 commit 6d0b0b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ python3 -m graph_net.model_path_handler \
77
--model-path-list $GRAPH_NET_ROOT/graph_net/config/small100_torch_samples_list.txt \
88
--handler-config=$(base64 -w 0 <<EOF
99
{
10-
"handler_path": "$GRAPH_NET_ROOT/graph_net/torch/sample_passes/dimension_generalizer.py",
11-
"handler_class_name": "DimensionGeneralizer",
10+
"handler_path": "$GRAPH_NET_ROOT/graph_net/torch/sample_passes/dimension_symbolizer.py",
11+
"handler_class_name": "DimensionSymbolizer",
1212
"handler_config": {
1313
"resume": false,
14-
"output_dir": "/tmp/workspace_dimension_generalizer",
14+
"output_dir": "/tmp/workspace_dimension_symbolizer",
1515
"model_path_prefix": "$GRAPH_NET_ROOT",
1616
"limits_handled_models": 10,
1717
"last_model_log_file": "/tmp/a.py"

graph_net/torch/sample_passes/dimension_generalizer.py renamed to graph_net/torch/sample_passes/dimension_symbolizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import graph_net.graph_net_json_file_util as gn_json
1818

1919

20-
class DimensionGeneralizer(
20+
class DimensionSymbolizer(
2121
SamplePass, ResumableSamplePassMixin, OnlyModelFileRewriteSamplePassMixin
2222
):
2323
def __init__(self, config):

0 commit comments

Comments
 (0)