Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 구글 플레이 게임서비스
- Google Play Game Services
- TensorFlow
- startSignInIntent()
- GoogleSignInAccount
- 안드로이드
- tensorflow wsl2
- java
- Google Play
- signInSilently()
- 로그인
- tensorflow gpu
- tensorflow 2.15
- tensorflow 윈도우
Archives
- Today
- Total
목록인공지능 (1)
TYOJ

먼저, nvidia-smi 명령을 통해 TensorFlow에서 요구하는 CUDA 버전보다 같거나 높은지 확인하고 낮을 경우에는 윈도우 상에서 NVIDA 그래픽 드라이버 업데이트를 진행하여야 합니다. 버전 확인 후, python3 -m pip install tensorflow[and-cuda] 실행하여 TensorFlow를 설치합니다. (TF 2.15 버전부터는 CUDA 라이브러리 등 GPU 지원을 위해 수동으로 설치해야 되었던 항목들이 모두 포함되어 자동으로 설치됩니다.) https://blog.tensorflow.org/2023/11/whats-new-in-tensorflow-2-15.html 설치 이후에는 python3 -c "import tensorflow as tf; print(tf.config...
인공지능
2023. 12. 21. 12:43