728x90
반응형
WARNING:tensorflow:Entity <bound method Dense.call of <tensorflow.python.layers.core.Dense object at 0x7ff21ee360f0>> could not be transformed and will be executed as-is. Please report this to the AutgoGraph team. When filing the bug, set the verbosity to 10 (on Linux, `export AUTOGRAPH_VERBOSITY=10`) and attach the full output. Cause: converting <bound method Dense.call of <tensorflow.python.layers.core.Dense object at 0x7ff21ee360f0>>: AttributeError: module 'gast' has no attribute 'Index'
gast library를 0.2.2로 다운그레이드 해서 Warning 삭제 가능
pip install gast==0.2.2
728x90
반응형
'사소한 Tip . 오류 해결법' 카테고리의 다른 글
[Tensorflow] Tensorflow v1 to Tensorflow v2 자동화 코드(.ipynb) (0) | 2021.12.07 |
---|---|
[Tensorflow] ValueError: setting an array element with a sequence. (0) | 2021.12.07 |
[python] 일부 겹치는 문장 찾고 합치기 / difflib, SequenceMatcher (0) | 2021.12.01 |
[Json] Ai Hub 공공데이터 형식(ImageSet format) labelme형태로 변경하기 (0) | 2021.11.25 |
[Tensorflow] TFRecord 형식 데이터 처리 (0) | 2021.11.24 |