The "tensorflow-gpu" package has been removed!Deep Learning & Machine Learning/Tensorflow&PyTorch 개발환경2023. 10. 18. 21:01
Table of Contents
반응형
얼마전 pip로 tensorflow-gpu가 설치안되어서 문제가 생긴줄 알았는데 다시 진행 해보며 메시지를 다시 보니 Tensorflow 2.1이후로 tensorflow를 설치하면 되는 것으로 바뀌었네요.
2023. 2. 12. 최초작성
Please install "tensorflow" instead.
Other than the name, the two packages have been identical
since TensorFlow 2.1, or roughly since Sep 2019. For more
information, see: pypi.org/project/tensorflow-gpu
반응형
'Deep Learning & Machine Learning > Tensorflow&PyTorch 개발환경' 카테고리의 다른 글
Ubuntu 22.04에 CUDA 사용할 수 있도록 PyTorch 설치하는 방법 (5) | 2024.01.06 |
---|---|
Raspberry Pi 4에 Tensorflow 2.4 설치하기 (0) | 2023.11.10 |
Macbook M1에 설치된 tensorflow에서 Keras 호출시 failed assertion Failed to allocate private MTLBuffer for size 0 (0) | 2023.10.16 |
Macbook M1에 설치된 Visual Studio Code에서 ModuleNotFoundError: No module named ‘tensorflow’ 에러 (0) | 2023.10.16 |
Colab에서 Google Drive 마운트하는 방법 (0) | 2023.10.15 |