Python
기타

Tensorflow(Python) gpu 사용

ty

typeulli
답변 대기중
30 XP

최신버전에서 tensorflow와 tensorflow-gpu가 통합되었다고 들어서 세팅하려고 하는데
cuda, cudnn버전이 nvidia-sim과 tensorflow docs중 어디에 맞추어야 하는지 모르겠습니다.
추가로 설치 방법 잘 정리되어있는 곳이 있으면 부탁드립니다.

+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.40.06              Driver Version: 551.23         CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 3060        On  |   00000000:01:00.0  On |                  N/A |
|  0%   35C    P8             17W /  180W |    1403MiB /  12288MiB |     23%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

https://www.tensorflow.org/install/gpu?hl=ko![image.png](https://cdn.discordapp.com/attachments/1231941555082760222/1231941555246600314/image.png?ex=6638c9fb&is=662654fb&hm=6ee2768ad2cce64a706a19b9a34229fa46f17f8e32db235bca8df5199161453d&)


불러오는 중...