Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Last active December 2, 2019 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdfarragher/3afda318e8f4844f7be027468f7bb393 to your computer and use it in GitHub Desktop.
Save mdfarragher/3afda318e8f4844f7be027468f7bb393 to your computer and use it in GitHub Desktop.
// build features and labels
var features = NetUtil.Var(new int[] { sequenceLength }, DataType.Float);
var labels = NetUtil.Var(new int[] { 1 }, 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