Skip to content

Commit 03bc29a

Browse files
authored
Update common.py
1 parent afca35f commit 03bc29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/train/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def expand_sys_str(root_dir):
174174
matches.append(root)
175175
return matches
176176

177-
def get_precision_func(precision):
177+
def get_precision(precision):
178178
if precision == "default":
179179
return global_tf_float_precision
180180
elif precision == "float16":

0 commit comments

Comments
 (0)