From f87ebf9b03f520ac38fbc43fc5f0f08472e44f84 Mon Sep 17 00:00:00 2001 From: jfraj Date: Tue, 28 Jan 2020 10:20:54 -0800 Subject: [PATCH] correct pate import --- Section 1 - Differential Privacy.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Section 1 - Differential Privacy.ipynb b/Section 1 - Differential Privacy.ipynb index 8d26d3b..2a927d3 100644 --- a/Section 1 - Differential Privacy.ipynb +++ b/Section 1 - Differential Privacy.ipynb @@ -854,11 +854,11 @@ }, { "cell_type": "code", - "execution_count": 59, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ - "from syft.frameworks.torch.differential_privacy import pate" + "from syft.frameworks.torch.dp import pate" ] }, { @@ -1186,7 +1186,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.7.6" } }, "nbformat": 4,