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

Make tool work for variable number of classifications

julrog opened this issue · comments

For making the tools work for more types of neural networks the shaders/code that are until now fixed on 10 output classes of a neural network instead dynamic.

  • dynamic render shader
  • dynamic render shader loading
  • dynamic compute shader
  • dynamic compute shader loading
  • dynamic buffer
  • testing