microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.53k stars 4.28k forks source link

Implement [sparse] + [dense] -> [dense] #1053

Open cmarschner opened 8 years ago

cmarschner commented 8 years ago

Plus() currently doesn't support that, which limits its use for certain scenarios.

n17s commented 7 years ago

We are well aware of this issue, and it's not just plus, but all binary element-wise operators. It will finally be resolved when we get a chance to work on cleaning up the backend, which, apart from expressibility issues also has perf issues, especially with the VS 2015 compiler.