numpy-protobuf icon indicating copy to clipboard operation
numpy-protobuf copied to clipboard

Python package that extends Python protocol buffers with an `ndarray` type (ie the Numpy array type)

Results 2 numpy-protobuf issues
Sort by recently updated
recently updated
newest added

I'd like to try this out. Can you post usage examples of numpy protobuff?

I tried to send a numpy array but There is an error showing **TypeError: Parameter to MergeFrom() must be instance of same class: expected ndarray got numpy.ndarray.** I am running...