You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: