gorgonia / tensor

package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine learning and deep learning purposes
Apache License 2.0
362 stars 49 forks source link

Example for FlatBuffer serialization #36

Open chewxy opened 6 years ago

chewxy commented 6 years ago

The *Dense tensor supports serialization to flat buffers. It is however undocumented. This is a good first issue for anyone interested

ghost commented 4 years ago

Attempting this one too.