Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created December 12, 2019 12:44
Show Gist options
  • Save mdfarragher/88795d1336404e66353fa8b86488fd6e to your computer and use it in GitHub Desktop.
Save mdfarragher/88795d1336404e66353fa8b86488fd6e to your computer and use it in GitHub Desktop.
// create the feature variable
var featureVariable = CNTK.Variable.InputVariable(new int[] { imageWidth, imageHeight, 3 }, CNTK.DataType.Float);
// 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