Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created December 13, 2019 15:54
Show Gist options
  • Save mdfarragher/1ececfc95b30a16fcb65224d98acb288 to your computer and use it in GitHub Desktop.
Save mdfarragher/1ececfc95b30a16fcb65224d98acb288 to your computer and use it in GitHub Desktop.
// create the generator input variable
var generatorVar = CNTK.Variable.InputVariable(new int[] { latentDimensions }, CNTK.DataType.Float, name: "generator_input");
// 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