SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.37k stars 192 forks source link

Make save method compatible with numpy's npy #249

Closed yamachu closed 5 years ago

yamachu commented 5 years ago

Python numpy cannot load a npy file that generated by NumSharp.np.Save method. Because shape shows (R) not (R,).

So I changed save with shape (R,).

Oceania2018 commented 5 years ago

Please sync with upstream often.

image