apartresearch / deepdecipher

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

Custom format for Neuron2Graph #124

Closed albertsgarde closed 9 months ago

albertsgarde commented 11 months ago

We need a more flexible format for Neuron2Graph graphs than .dots. The easiest and best way to do this is probably to create a Rust struct to represent them. The JSON representation of this struct should be a nice interface for end-users. It should be able to output a SVG almost identical to that output by the N2G script.