DeepMLNet / DeepNet

Deep.Net machine learning framework for F#
Apache License 2.0
102 stars 9 forks source link

Is im2col possible? #40

Open CmdQ opened 5 years ago

CmdQ commented 5 years ago

Is the Tensor type suited to implement an im2col operation? I tried and only succeeded with nested loops—which of course is bad for CUDA.

In the end, I want to arrive at an efficient convolution. Would that be possible with the current API surface?