apartresearch / deepdecipher

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

Create 2 `NeuroscopePage` types. One for the database and one for the API #87

Open albertsgarde opened 1 year ago

albertsgarde commented 1 year ago

The two cases have different concerns and especially serialization/deserialization would gain from being specialized. For example, for the API, serializing activations directly to strings allows finer control over the precision of the data.