텐서플로우 사이트에 나온 설치방법대로
conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0
python -m pip install "tensorflow<2.11"
python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
이코드로 설치중인데요
세번째 코드에서 자꾸 이상하게나와요..
제 노트북에 gtx3050 설치되어있는데
원래대로면
(tf) C:\Users\arsen>python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
[GPU어쩌고저쩌고]
이런식으로떠야하는데
자꾸 이렇게 떠요
(tf) C:\Users\arsen>python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
[]
뭐가문제일까요
내장그래픽이랑 외장그래픽둘다 켜져있어서 그런건가하고 내장그래픽을 꺼봤는데 컴이 이상해져서 일단 내장그래픽다시키긴했어요 고수분들 조언좀요...ㅜㅜ
gpt는 머래?
...구글링도해보고했는데 뭐가문젠지 당최 모르겠어요 가상환경도 다시삭제했다가 만들어도봤는데
cuda 드라이버를 설치하셈 nvidia 드라이버랑은 다른거임 cuda cudnn 이런거 설치하는 글 찾아서 실행 ㄱ