qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

i use model.to_json() issues #700

Open python-bookworm opened 4 years ago

python-bookworm commented 4 years ago

i use model.to_json() to save the weights, but return "can only convert an array of size 1 to a python scalar",why?