Macbook M1에 설치된 tensorflow에서 Keras 호출시 failed assertion Failed to allocate private MTLBuffer for size 0Deep Learning & Machine Learning/Tensorflow&PyTorch 개발환경2023. 10. 16. 21:43
Table of Contents
반응형
Macbook M1에 설치된 tensorflow에서 keras API 호출시 다음 에러가 나는데 원인을 알 수 없네요.
failed assertion `Failed to allocate private MTLBuffer for size 0
conda 가상환경을 삭제후 다시 생성하여 관련 패키지를 다시 설치하니 문제가 해결되었습니다.
2023.3.13 최초작성
반응형
'Deep Learning & Machine Learning > Tensorflow&PyTorch 개발환경' 카테고리의 다른 글
Raspberry Pi 4에 Tensorflow 2.4 설치하기 (0) | 2023.11.10 |
---|---|
The "tensorflow-gpu" package has been removed! (0) | 2023.10.18 |
Macbook M1에 설치된 Visual Studio Code에서 ModuleNotFoundError: No module named ‘tensorflow’ 에러 (0) | 2023.10.16 |
Colab에서 Google Drive 마운트하는 방법 (0) | 2023.10.15 |
Tensorflow 에러 – ImportError: DLL load failed: 지정된 모듈을 찾을 수 없습니다 (0) | 2023.10.14 |