문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
wiki:ai:python:tensorflow [2020/08/18 20:15] dhan |
wiki:ai:python:tensorflow [2023/01/13 18:44] (현재) |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| - | ====== | + | ====== |
| <WRAP left notice 80%> | <WRAP left notice 80%> | ||
| * description : tensorflow 관련 내용 기술 | * description : tensorflow 관련 내용 기술 | ||
| 줄 40: | 줄 40: | ||
| {{: | {{: | ||
| - | ==== Ref ==== | + | ==== Remove |
| + | Show | ||
| + | <code bash> | ||
| + | $> pip3 show tensorflow | ||
| + | </ | ||
| + | Uninstall | ||
| + | <code bash> | ||
| + | sudo pip3 uninstall tensorflow-gpu | ||
| + | </ | ||
| + | \\ | ||
| + | ==== Upgrade ==== | ||
| + | <code bash> | ||
| + | sudo pip3 install --upgrade tensorflow-cpu | ||
| + | </ | ||
| [[https:// | [[https:// | ||
| 줄 99: | 줄 112: | ||
| </ | </ | ||
| [[https:// | [[https:// | ||
| + | \\ | ||
| + | ModuleNotFoundError: | ||
| + | < | ||
| + | dhan@dhan-linux: | ||
| + | ..... | ||
| + | ..... | ||
| + | ModuleNotFoundError: | ||
| + | </ | ||
| + | 해결법 | ||
| + | <code python> | ||
| + | pip install -I pexpect | ||
| + | python -c ' | ||
| + | </ | ||
| + | [[https:// | ||
| + | \\ | ||
| ===== Troubleshooting ===== | ===== Troubleshooting ===== | ||