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
- 파이썬
- 2020정보처리기사
- 실기시험
- 코딩
- 우분투
- 큐넷
- DEEPLEARNING
- 기사시험
- 정보처리기사 실기
- python3
- 자격증
- ubuntu
- 국가자격증
- 딥러닝
- 로지텍
- Anaconda
- Python
- NCS
- 기사 실기
- Apple
- coding
- 정보처리
- keyboards
- qnet
- 파이토치
- torch
- pytorch
- 정보처리기사
- 실기
- Logitech
Archives
- Today
- Total
dhwiii's notepad | 딥 러닝, 코덱 일기장
[Keras Error] AttributeError: module 'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects' 본문
■ Working Draft/◎ 에러코드 일기장
[Keras Error] AttributeError: module 'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects'
dhwiii 2021. 8. 2. 22:19케라스를 사용하기 위해 import keras를 했더니 나타났던 오류 입니다.
AttributeError: module 'keras.utils.generic_utils' has no attribute 'populate_dict_with_module_objects'
기존에 확인을 하려던 파이썬이 3.7버전이었는데,
Keras 공식 홈페이지에서 Compability를 확인해보니
파이썬 버전이 3.6까지 지원했기에, 나타났던 오류였습니다.
Stackoverflow에서는 keras 대신 tensorflow.keras를 import해서 오류를 고친 경우도 있었습니다.
'■ Working Draft > ◎ 에러코드 일기장' 카테고리의 다른 글
[Conda] ImportError: cannot import name 'COMMON_SAFE_ASCII_CHARACTERS' from 'charset_normalizer.constant' 에러 (0) | 2024.05.12 |
---|---|
[Ubuntu Error] cublas_v2.h: No such file or directory (0) | 2021.09.06 |
[Ubuntu Error] ubuntu-desktop이 설치가 되지 않을 때 (0) | 2021.07.30 |
[Ubuntu Error] TigerVNC설치 후 마우스,키보드 작동 안됨 (0) | 2021.07.28 |
[파이토치 에러] RuntimeError: Freeze_support() Error (0) | 2021.07.27 |
Comments