WARNING:tensorflow:Entity <bound method BatchNormalization.call of <tensorflow.python.layers.normalization.BatchNormalization object at 0x7f9eb0449940>> 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 BatchNormalization.call of <tensorflow.python.layers.normalization.BatchNormalization object at 0x7f9eb0449940>>: AssertionError: Bad argument number for Name: 3, expecting 4
WARNING:tensorflow:Entity <bound method Conv.call of <tensorflow.python.layers.convolutional.Conv2D object at 0x7f9ebe07cfd0>> 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 Conv.call of <tensorflow.python.layers.convolutional.Conv2D object at 0x7f9ebe07cfd0>>: AssertionError: Bad argument number for Name: 3, expecting 4
위 에러는 gast 최신버전 (0.3.0) 을 사용해서 생기는 문제
pip install -U gast==0.2.2
참고자료
https://github.com/tensorflow/tensorflow/issues/32448
'삽질 기록' 카테고리의 다른 글
[TensorRT] ERROR: 00007FF9E75E3E5830. Please check cuda installation (0) | 2019.12.03 |
---|---|
[TensorRT] ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory (4) | 2019.10.10 |
[TensorFlow] Allocator (GPU_0_bfc) ran out of memory trying to allocate (0) | 2019.09.19 |
docker 에서 cannot connect to X server unix:0 (0) | 2019.06.10 |
[Git] fatal: Authentication failed (4) | 2019.05.31 |