diff --git a/python/paddle/fluid/transpiler/memory_optimization_transpiler.py b/python/paddle/fluid/transpiler/memory_optimization_transpiler.py index 047e0832bc0a8a78ad612fc85e9adc8c87a7a924..ee8cde441ffc63ebd923bd579a7f44d1e2218cf0 100755 --- a/python/paddle/fluid/transpiler/memory_optimization_transpiler.py +++ b/python/paddle/fluid/transpiler/memory_optimization_transpiler.py @@ -357,7 +357,7 @@ class ControlFlowGraph(object): is_forward).dtype() if x_dtype != cache_dtype: if PRINT_LOG: - print("x_dtype and cache_dtyp are different") + print("x_dtype and cache_dtype are different") continue if not compare_shape(x_shape, cache_shape, level):