AttributeError: 'str' object has no attribute 'decode'
abdullahyanik opened this issue · 2 comments
abdullahyanik commented
I am trying to run the ipynb file of the project on Colab, but I am getting the error that I mentioned in the title in the second part of step 6. I did research on the internet and it was written that the support for decode() has been removed and I need to revise the codes "encode().decode()" in this way. I also applied this solution to the relevant parts of the saving.py file, but I could not get a result. I'm still getting the same error. How can i solve this?
miag676 commented
Hello, I'm currently having the same problem. Did you manage to solve it eventually?
ashutoshbk commented
pip install h5py==2.10.0
this will solved problem.