How this error can solve AttributeError: ‘str’ object has no attribute ‘decode’ ?
When i try to run yolo3 this error occur and stop the model to training.
AttributeError: ‘str’ object has no attribute ‘decode’
admin Answered question May 7, 2022
You can just install
!pip install h5py==2.10.0 –force-reinstall
It solve my problem.
admin Answered question May 7, 2022