Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.27 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.27 KB

PyTorch model encryption using CrypTen

CrypTen is a framework for privacy-preserving Machine Learning developed by Facebook AI Research.

Requirements

Tutorial

notebooks/crypten-pytorch.ipynb presents a brief tutorial on PyTorch model encryption using CrypTen. The tutorial assumes the existence of a pre-trained model in the models directory in the form of a pt/pth file.

References