Closed lilleswing closed 6 years ago
Currently your example trained model reads from a numpy pickle file. This file is not compatible with python3.
I added gzip.json files for the weights so that standalone_model_numpy.py can work with python3.
Thanks @lilleswing !
Currently your example trained model reads from a numpy pickle file. This file is not compatible with python3.
I added gzip.json files for the weights so that standalone_model_numpy.py can work with python3.