Giter Club home page Giter Club logo

day-1's Introduction

Day-1

Most of the contents have been forked from other blogs and from the tensorflow tutorial of Parag K Mital

https://github.com/pkmital

git clone https://github.com/Clanatia/Day-1.git

Tensorflow 설치방법

  1. Anaconda3 Tensorflow install (install time : 20~40 min)
  1. Download and install Anaconda python3 (Windows OS is only use bit 64)  https://www.continuum.io/downloads

    if you install Anaconda , please check - All user -

    tenosrflow support python 3

  2. open cmd

  3. typing :

         conda update conda
         
         pip install tensorflow 
         
         or
         
         pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.1-cp35-cp35m-win_amd64.whl
    

4)Error

if you have Cannot remove entries from nonexistent file \anaconda32\envs\tst\lib\site-packages\easy-install.pth

-> typing:

           pip install --upgrade --ignore-installed setuptools

not a supported wheel on this platform
-> typing:

           pip install --upgrade pip

5)Test code: enter python (typing python on cmd)

    import tensorflow as tf
    
    hello = tf.constant("Hello, Tensorflow!")
    
    sess = tf.Session()
    
    print(sess.run(hello))

day-1's People

Contributors

clanatia avatar petrasuk avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.