Created
November 5, 2019 15:47
-
-
Save mdfarragher/8570c64ae445d5dd49560a08d0d23401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// build features and labels | |
var features = NetUtil.Var(new int[] { 7 }, 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