Open nonlin opened 4 years ago
It is due to TensorFlow version. You are probably using TensorFlow 2. Solution: remove TensorFlow 2 and install TensorFlow 1 or create a new virtual environment and install TensorFlow 1 and other packages
hello, we can't remove it because keras'version we must use Tensorflow>2.2
use tf.compat.v1.space_to_depth() instead.
@HugoAhoy thanks!
for keras_yolo.py line 32 ini space_to_depth_x2
After running python yad2k.py yolo.cfg yolo.weights model_data/yolo.h5
What is the solution to this?