2

We are trying to give a model to collaborators but would like to protect the IP. What are some ways to encrypt/hide/compile the definition when sharing a trained model?

Zwerchhau
  • 141
  • 4

1 Answers1

1

One way to protect the IP of a trained model is to put the model behind an API. Give only limited API end-point access.

Brian Spiering
  • 23,131
  • 2
  • 29
  • 113