Update README.md

This commit is contained in:
Calvin 2021-08-21 15:08:38 +08:00 committed by GitHub
parent 1b5a89be20
commit a47c01f41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
在python环境使用十分方便但是如何在java中读取呢
本sdk的作用就是说明如何读取python numpy保存的npz、npy文件。
- npy/npz
![img](https://djl-model.oss-cn-hongkong.aliyuncs.com/AIAS/nlp_sdks/numpy.png)
### 功能:
@ -77,4 +76,4 @@ print(array2)
[0.57296254 0.26714775 0.22172394 0.98285511]
[0.51345037 0.64939636 0.73470548 0.23717967]
[0.91695247 0.52425418 0.38289345 0.5917738 ]]
```
```