Skip to content

Ready to use with all neuron types for CNN

Latest
Compare
Choose a tag to compare
@brando90 brando90 released this 29 Oct 16:33
· 42 commits to master since this release

has all neurons types:

  • filter so each filter is one neuron and data patch is a data point. neuron vector of size [BHW, 1] with C of them.
  • activation so each activation is one neuron and the neuron vector is of size [B, 1] with [CHW] of them
  • original anatome too, but don't have a full understanding of why it's shaped the way it is but you can use it.

Sanity checks for all work. See jupyter/python notebooks.

But check pypi to get the files and to get future releases: https://pypi.org/project/ultimate-anatome/