Baunsgaard commented on PR #1941: URL: https://github.com/apache/systemds/pull/1941#issuecomment-1796399175
> I already profiled it. The convolutional layer consists of the linear layer and a convolutional layer. The linear layer takes up more than 70% of the runtime. This means there are probably some issues in my configs that restrict systemds from being faster since the linear part is the very base line of this layer. with Linear layer, do you mean a simple fully connected affine layer (aka a matrix multiplication), or something else? Can you maybe give me an example in code? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org