julrog / nn_vis

A project for processing neural networks and rendering to gain insights on the architecture and parameters of a model through a decluttered representation.
MIT License
1.09k stars 186 forks source link

Create class for configurations #2

Closed julrog closed 4 years ago

julrog commented 4 years ago

Encapsulate configurations as one or multiple files (depending on the different tools) and add save/load functionality.

julrog commented 4 years ago

Added processing and render config file.