Skip to content

Instantly share code, notes, and snippets.

@doleron
Last active January 23, 2022 11:47
Show Gist options
  • Save doleron/81a48f985d2c507ced9f805dd09de9fe to your computer and use it in GitHub Desktop.
Save doleron/81a48f985d2c507ced9f805dd09de9fe to your computer and use it in GitHub Desktop.
Python calling model
predictions = net.forward()
output = predictions[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment