Skip to content

Commit 889c11d

Browse files
authored
update. test=release/1.3
1 parent 31a9502 commit 889c11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/transpiler/memory_optimization_transpiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def compare_shape(x_shape, cache_shape, opt_level):
357357
is_forward).dtype()
358358
if x_dtype != cache_dtype:
359359
if PRINT_LOG:
360-
print("x_dtype and cache_dtype are different")
360+
print("x_dtype and cache_dtype are different!")
361361
continue
362362

363363
if not compare_shape(x_shape, cache_shape, level):

0 commit comments

Comments
 (0)