FPGA-based neural network inference project with an end-to-end approach (from training to implementation to deployment)
GNU Affero General Public License v3.0
261
stars
73
forks
source link
Set allow_pickle as `True` #21
Open
ahmetanbar opened 5 years ago
According to change at https://github.com/numpy/numpy/pull/13359/commits/8cea82a54a36b2232b484c7a50a32cefcb85e6bf, the default value allow_pickle is changed as
False
. So, to overcome the problem for new versions of numpy, it is needed to set asTrue
when calling theload
function.