Open rqx110 opened 8 months ago
If i have a data struct like:
{ "port1": { "time": ["xxxx", "yyyy"], "data": [0.0, 0.0] }, "port2": { "time": ["xxxx", "yyyy"], "data": [0.0, 0.0] }, }
how to save it with save_npz? can you give same sample codes? Thanks!
save_npz
If i have a data struct like:
how to save it with
save_npz
? can you give same sample codes? Thanks!