How to fix ' module 'keras.backend.tensorflow_backend' has no attribute '_is_tf_1''
问题 While training the yolov3 framework, there's always this module error I have tried reinstalling keras and tensorflow, and the version of keras is 2.3.0 and the version of tensorflow is 1.14.0. Traceback (most recent call last): File "train.py", line 6, in <module> import keras.backend as K File "F:\Anacoda\lib\site-packages\keras\__init__.py", line 3, in <module> from . import utils File "F:\Anacoda\lib\site-packages\keras\utils\__init__.py", line 27, in <module> from .multi_gpu_utils import