Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created March 24, 2019 13:33
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 NMZivkovic/d2e1ec16294337335190a7da8f7e8964 to your computer and use it in GitHub Desktop.
Save NMZivkovic/d2e1ec16294337335190a7da8f7e8964 to your computer and use it in GitHub Desktop.
async function getDataFunction() {
var data = new MnistData();
await data.load();
return data;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment