CNTK.FSharp icon indicating copy to clipboard operation
CNTK.FSharp copied to clipboard

DeviceDescriptor pollutes variable construction.

Open mathias-brandewinder opened this issue 7 years ago • 0 comments

Creating a Variable or Parameter typically requires explicitly specifying what DeviceDescriptor it is intended to run on. This gets in the way of composition: when creating a model, the DeviceDescriptor needs to be passed in multiple times. Furthermore, it should be possible to create the entire function, and then only decide what DeviceDescriptor should be used, consistently across the whole workflow.

mathias-brandewinder avatar Nov 22 '17 23:11 mathias-brandewinder