Le nom tf.summary.merge_all est obsolète. Veuillez utiliser tf.compat.v1.summary.merge_all

# Nothing to worry about warnings. You can suppress these depredation 
# messages using
from tensorflow.python.util import deprecation
deprecation._PRINT_DEPRECATION_WARNINGS = False
Merwanski