import (1) 썸네일형 리스트형 [Numpy] module 'numpy' has no attribute 'object', 'bool', 'typeDict'. 에러 해결 텐서플로를 사용하기 위해서 tensorflow를 import하는 중 import tensorflow as tf 아래와 같은 오류가 나왔다. AttributeError: module 'numpy' has no attribute 'object'. `np.object` was a deprecated alias for the builtin `object`. To avoid this error in existing code, use `object` by itself. Doing this will not modify any behavior and is safe. The aliases was originally deprecated in NumPy 1.20; for more details .. 이전 1 다음