You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about data used to train the nets (filtering, mirroring and stuff)
fix header links in doc
make headings understandable without context
consistent formatting (for feature set names, net arch names, etc...)
backprop math
linear layer with block sparse outputs forward (no results yet but it's an interesting direction)
linear layer with sparse inputs forward (put some data about sparsity after CReLU)
ways to reduce the network size with Half* (less king buckets, perspective mirror)
either write something about weight pruning or remove the mention that it will be described later in the document
revise implementation for sparse input FC (pad nnz indices so that only one loop is needed. use maddubs -> madd(ones, ...) implementation that processes 4 inputs at a time, with 8 bit weights). See https://pastebin.com/zDa7PbJh
The text was updated successfully, but these errors were encountered: