핑프아니에요...진짜 이거땜에 계속애먹고있어서

텐서플로우 사이트에 나온 설치방법대로

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'))"

[]

뭐가문제일까요

가상환경을 다시지웠다가도 해봤는데 계속 이렇게 뜨네요...ㅜㅜ

내장그래픽도 활성화되있어서 그런가 싶어서 내장그래픽을 아예꺼봤는데 노트북 화면이 좀 이상해져서 내장그래픽은 다시켰습니다.....

고수분들도와주세요..