I'd like to securely run on cloud platforms*.
*like PyTorch on Amazon Web Services, Google Cloud Platform, Microsoft Azure, or Lightning Studios
Are there cryptographic methods (e.g., in PyTorch) to encrypt training data; and then, after I download the model parameters to my local machine, do inference locally and decrypt the data the model outputs?
My question is similar to: "How do I encrypt and decrypt my model when I run inference on it?", but I'm asking about encrypting/decrypting training and inference data, not the model parameters.
