Bug with precise-train-incremental
: "AttributeError: 'str' object has no attribute 'decode'"
#2
Labels
bug
Something isn't working
This is the same issue as here:
https://stackoverflow.com/questions/53740577/does-any-one-got-attributeerror-str-object-has-no-attribute-decode-whi
The solution of downgrading h5py to 2.10 works:
pip install 'h5py==2.10.0' --force-reinstall
. However it would be good to actually solve this in therequirements.txt
or otherwise.The text was updated successfully, but these errors were encountered: