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.
2 parents 6bd1370 + f6af6e2 commit 5db0b63Copy full SHA for 5db0b63
graph_net/torch/check_redundant_incrementally.py
@@ -21,7 +21,7 @@ def get_recursively_model_pathes(root_dir):
21
22
def _get_recursively_model_pathes(root_dir):
23
if is_single_model_dir(root_dir):
24
- yield os.path.realpath(root_dir)
+ yield root_dir
25
return
26
for sub_dir in get_immediate_subdirectory_paths(root_dir):
27
if is_single_model_dir(sub_dir):
0 commit comments