In order to increase performance (runtime wise), it makes sense to forward minibatches through a network. By this, multiple matrix/vector products can be turned into a single matrix/matrix product which results into a significant speedup, as shown by other libraries.
This would be a nice-to-have but would introduce major changes.
In order to increase performance (runtime wise), it makes sense to forward minibatches through a network. By this, multiple matrix/vector products can be turned into a single matrix/matrix product which results into a significant speedup, as shown by other libraries.
This would be a nice-to-have but would introduce major changes.