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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Code

julrog opened this issue · comments

Refactor large files and functions, which are too complex.

Refactored Folders:

  • data
  • evaluation
  • gui
  • models
  • neural_network_processing
  • opengl_helper
  • processing
  • rendering
  • examples
  • utility
  • root

Also fixed bug with some compute shader for node advection. ANd added evaluation examples and more.