apartresearch / deepdecipher

🦠 DeepDecipher: An open source API to MLP neurons
https://apartresearch.com
MIT License
9 stars 0 forks source link

Switch to using `f16`'s for neuroscope activation data #88

Open albertsgarde opened 1 year ago

albertsgarde commented 1 year ago

This saves a lot of space, both in the database and on the wire. This becomes complicated because no serialization format of the f16 type works for both the API and the database. Therefore this issue depends on #87