mlech26l / ncps

PyTorch and TensorFlow implementation of NCP, LTC, and CfC wired neural models
https://www.nature.com/articles/s42256-020-00237-3
Apache License 2.0
1.86k stars 298 forks source link

The numpy version #4

Closed v3551G closed 3 years ago

v3551G commented 3 years ago

Hi,The numpy version? when, allow_pickles=True, report OSError: Failed to interpret file 'D:/Workspace/Pycharm/keras-ncp/kerasncp\datasets\icra2020_lidar_collision_avoidance.npz' as a pickle. when, allow_pickles=False, report ValueError: Cannot load file containing pickled data when allow_pickle=False

mlech26l commented 3 years ago

Successfully tested with NumPy 1.18.1 and 1.19.2

See examples/stacking_ncp.py