- This topic has 1 reply, 2 voices, and was last updated 5 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum TensorFlow: Machine Learning e Deep Learning com Python › import tensorflow
Tagged: Constantes
O comando “import tensorflow as tf” retornou com erro.
É necessário instalar o TensorFlow?
Boa noite Lucio, sim você vai precisar fazer a instalação do Tensorflow. Para fazer isso abra o prompt do anaconda e digite o comando abaixo:
pip install tensorflow==2.0
Logo após tente realizar a importação novamente, aí me avisa se funcionou.
Bons estudos 🙂