Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created December 13, 2019 15:54
Show Gist options
  • Save mdfarragher/81d44054cf8628b8d04640280c873f29 to your computer and use it in GitHub Desktop.
Save mdfarragher/81d44054cf8628b8d04640280c873f29 to your computer and use it in GitHub Desktop.
// create the label variable
var labelVar = CNTK.Variable.InputVariable(shape: new CNTK.NDShape(0), dataType: CNTK.DataType.Float, name: "label_var");
// the rest of the code goes here...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment