step1) https://www.anaconda.com/products/individual

        

          download install file,  'Anaconda3-2020.07-Linux-x86_64.sh'.

          >> bash Ana*.sh

         after install anaconda

          command : pip install tensorflow 

          (using Anaconda Powersell prompt on windows)

 

step2) https://www.tensorflow.org/install

         using Jupyter Notebook

          >> import tensorflow as tf

          >> tf.__version__

 

        install plugin 'code assist','TabNine'. 
        When you typed,  Click "Shift+space"  

 

 

step3) https://pytorch.org/

on screen, recommend install command

example) conda install pytorch torchvision cudatoolkit=10.2 -c pytorch

          using Jupyter Notebook

          >> import torch

          >> torch.__version__

 

'IT' 카테고리의 다른 글

유투브 라이브 방송  (0) 2021.05.09
cordova설치시 ssl로 인한 애러 발생시  (0) 2020.10.20
Syntaxhighlighter 설정하여 프로그램 코드 넣어 표현하기  (0) 2018.03.17
Pinterest에 대해서  (0) 2018.03.03
ELK에 대해서  (0) 2018.03.03

+ Recent posts