NameError: name '.....' is not defined

Need help!

#Exportar el modelo en formato h5
modelo.save('celsius_a_fahrenheit.h5')

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-8-0da568336173> in <module>
      1 #Exportar el modelo en formato h5
----> 2 modelo.save('celsius_a_fahrenheit.h5')

NameError: name 'modelo' is not defined

@Dima_Gutierrez,

Welcome to the Tensorflow Forum!

NameError: name 'modelo' is not defined

The model is not defined here. Please share standalone code to replicate the above issue. Thank you!