Avançar para o conteúdo principal

Installing TensorFlow in Windows 10 with Anaconda

This video shows how to install TensorFlow in Windows 10 with Anaconda without the need to use the terminal window.




Start by opening the Anaconda Navigator tool and create an Environment.

Now, with the environment selected, search for the TensorFlow package e click install.

Next install the Anaconda code editor, Spyder.

When all is finished, update the TensorFlow version with this command:

     conda install -c conda-forge tensorflow

Don't forget that you must start Spyder through the terminal window of this environment, other wise it won't be running in the new environment and, for that, you must start the terminal window and type spyder.

Comentários

Mensagens populares deste blogue

Let's make a car in Unity 3D

In this post we will make a simple car in Unity 3D. The Unity 3D physics engine is used in order to give the car a real behavior. This are the steps: [1] - Create a new Project

New Unity 3D Project

Today I will present a new project that I started. From the post about the car I am building a game with cars, or transportation. The idea is very simple: the player starts with a car and a mission, when he is done with the mission he gets some cash that can be spent buying a new vehicle. Here are some pics: - the car in Unity - the car in Blender - working in the texture - looks great - a wheel - the texture in Gimp - back in Unity testing different materials  like water - and code

Upgrading Windows 10 Home to Pro

 So I have been thinking about upgrading my Windows 10 Home Edition to the Pro version, but I always get to the point where it seems that I had to reinstall the entire SO and quit. After some investigating I have done it this way: - following this post  on the microsoft site I use one of the default keys for Windows 10 Pro and went to Settings > Update & Security > Activation > Change the product key; - next, Windows will activate the Pro functionalities and asks to restart; - now you have the Pro version but it's not activated, so you have to buy a Windows Pro Key. I went to UR cdkeys  and bought a key for less then €20; - and with the new key went to Change the product key and activated; - and it's done. Disclaimer : I have nothing to do with UR cdkeys so you can use any site to buy you cd key and your experience may vary from mine.