Mobile_ConvNet
Mobile_ConvNet copied to clipboard
RenderScript based implementation of Convolutional Neural Networks for Android phones
Results
2
Mobile_ConvNet issues
Sort by
recently updated
recently updated
newest added
Could you give me some guide on how to run your app? what kind of file needed to run?
forEach is non-blocking. After calling forEach_conv_() then rs.finish() api should be called for accurate per-stage timing, otherwise the kernel may be not be completed when collecting the end time. The...