tensorflow installation configuration environment

Tensorflow environment configuration is divided into two steps:

  1. anaconda installation and configuration
  2. tensorflow package download and install
    at the command line:
    conda install tensorflow

Then you can start to write a small program tensorflow

Guess you like

Origin blog.51cto.com/5669384/2415618