Skip to content

Commit 51abcd4

Browse files
committed
fix a typo
1 parent 979b4d1 commit 51abcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph_net/torch/extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def extract(name, dynamic=True, mut_graph_codes=None, placeholder_auto_rename=False):
1212
"""
1313
Extract computation graphs from PyTorch nn.Module.
14-
The extracted computation graph will be saved into directory of env var $GRAPH_NET_EXTRACT_WORKSPACE.
14+
The extracted computation graphs will be saved into directory of env var $GRAPH_NET_EXTRACT_WORKSPACE.
1515
1616
Args:
1717
name (str): The name of the model, used as the directory name for saving.

0 commit comments

Comments
 (0)