ThoughtWorksInc/Compute.scala

Benchmark Compute.scala and nd4j

Closed this issue · 2 comments

Atry commented

This will produce report for performance difference between Compute.scala and nd4j

Atry commented

Since Compute.scala is designed to perform complex computations in a batch, we should perform some common algorithms in both Compute.scala and nd4j.

  • A CNN layer
  • pooling
  • BatchNormal
  • softmax
Atry commented

Done