"윈도우 텐서플로우 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
8번째 줄: 8번째 줄:
==pip install==
==pip install==
{{참고|텐서플로우 2 설치}}
{{참고|텐서플로우 2 설치}}
<source lang='dos'>
<syntaxhighlight lang='dos'>
pip install --upgrade pip
pip install --upgrade pip
pip install tensorflow
pip install tensorflow
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 3월 11일 (목) 00:45 기준 최신판

1 개요[ | ]

윈도우 텐서플로우 설치
  • GPU 없이 CPU 쓰는 경우...

2 사전작업[ | ]

3 pip install[ | ]

pip install --upgrade pip
pip install tensorflow

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}