Skip to content

Instantly share code, notes, and snippets.

@samuelgoto
Created June 1, 2018 16:06
Show Gist options
  • Save samuelgoto/a02aa9ed169b4b4f7c0f41f1e8ea21ff to your computer and use it in GitHub Desktop.
Save samuelgoto/a02aa9ed169b4b4f7c0f41f1e8ea21ff to your computer and use it in GitHub Desktop.

CoreML/ONNX/TF JSON-LD based for serving.

{
  @context: "https://w3c.org/2018/deeplearning",
  @type: Model,
  network: {
    @type: NeuralNetwork,
    ...
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment