Skip to content

Commit 5db0b63

Browse files
committed
merge paddle repo develop
2 parents 6bd1370 + f6af6e2 commit 5db0b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph_net/torch/check_redundant_incrementally.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_recursively_model_pathes(root_dir):
2121

2222
def _get_recursively_model_pathes(root_dir):
2323
if is_single_model_dir(root_dir):
24-
yield os.path.realpath(root_dir)
24+
yield root_dir
2525
return
2626
for sub_dir in get_immediate_subdirectory_paths(root_dir):
2727
if is_single_model_dir(sub_dir):

0 commit comments

Comments
 (0)