connorcoley / scscore

MIT License
93 stars 43 forks source link

Add gzip json for python3 compatibility #1

Closed lilleswing closed 6 years ago

lilleswing commented 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.

connorcoley commented 6 years ago

Thanks @lilleswing !