사용자 도구

사이트 도구


wiki:ai:python:tensorflow

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
wiki:ai:python:tensorflow [2020/08/19 17:38]
dhan
wiki:ai:python:tensorflow [2023/01/13 18:44] (현재)
줄 40: 줄 40:
 {{:wiki:ai:tensorflow:check-tensorflow-gpu.jpg?direct&600|}} {{:wiki:ai:tensorflow:check-tensorflow-gpu.jpg?direct&600|}}
  
-==== Ref ====+==== Remove ==== 
 +Show 
 +<code bash> 
 +$> pip3 show tensorflow 
 +</code> 
 +Uninstall 
 +<code bash> 
 +sudo pip3 uninstall tensorflow-gpu 
 +</code> 
 +\\ 
 +==== Upgrade ==== 
 +<code bash> 
 +sudo pip3 install --upgrade tensorflow-cpu 
 +</code>
  
 [[https://jaehyeongan.github.io/2019/05/01/tensorflow%20GPU버전%20사용하기|tensorflow GPU 사용하기]] [[https://jaehyeongan.github.io/2019/05/01/tensorflow%20GPU버전%20사용하기|tensorflow GPU 사용하기]]
줄 99: 줄 112:
 </code> </code>
 [[https://askubuntu.com/questions/1106943/syntaxerror-regarding-async-when-attempting-to-run-jupyter-in-python-3-7]] \\ [[https://askubuntu.com/questions/1106943/syntaxerror-regarding-async-when-attempting-to-run-jupyter-in-python-3-7]] \\
 +\\ 
 +ModuleNotFoundError: No module named 'pexpect' 
 +<code> 
 +dhan@dhan-linux:~$ ipython 
 +..... 
 +..... 
 +ModuleNotFoundError: No module named 'pexpect' 
 +</code> 
 +해결법 
 +<code python> 
 +pip install -I pexpect 
 +python -c 'import pexpect' 
 +</code> 
 +[[https://github.com/facebookresearch/DrQA/issues/9]]\\ 
 +\\
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
/volume1/web/dokuwiki/data/attic/wiki/ai/python/tensorflow.1597826311.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)