Cheng Yang

Results 18 comments of Cheng Yang

you need to use python2. try` pip2 install buster `

what's the status of the issue?

I have a similar issue. Tried to switch between different color theme, did not help. The window on macbook's monitor is ok, flickering about once per second on external display

bintray is shutting down https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

currently I have to parse to an list first, then convert to ndarray, it seems an unnecessary copy of data and I need to define 2 copies of model class...

use kotlinx.serialization `Json.decodeFromString("[1,2,3]")` I got `kotlinx.serialization.SerializationException: Serializer for class 'D1' is not found.` is there work planned to add a serializer for popular json parsing libraries?

I report the issue using a simplified example, but I was actually dealing with 3D arrays in json, the shape is 72x3x33 . so I think there will still be...

thanks, is json parsing something in 0.0.2? I'd like to contribute if you can point where to start and implementation considerations

csv/npy would be great too, I get the data from my in house python program so I guess I can save the data as csv as well. with minor modifications....