qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: 'str' object has no attribute 'decode'

cutelyy123 opened this issue · comments

运行train.py时出现错误

try this
pip install 'h5py==2.10.0' --force-reinstall

try this pip install 'h5py==2.10.0' --force-reinstall

Thank you. It solved my problem.