From 788583b2c123f1396a47c3c4479d2ae611643d64 Mon Sep 17 00:00:00 2001 From: Jeff Willette Date: Tue, 3 Sep 2019 12:33:44 +0900 Subject: [PATCH] typo --- conditional_neural_process.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conditional_neural_process.ipynb b/conditional_neural_process.ipynb index b300c80..68efb7b 100644 --- a/conditional_neural_process.ipynb +++ b/conditional_neural_process.ipynb @@ -712,7 +712,7 @@ " y)\u003csub\u003eT\u003c/sub\u003e**. We will predict the mean and variance at the target points\n", " given the context and use the log likelihood of the ground truth targets as\n", " our loss to update the model.\n", - "* **`MAX_CONTEXT_POINTS`** - a scalar that sets the maximum number of contest\n", + "* **`MAX_CONTEXT_POINTS`** - a scalar that sets the maximum number of context\n", " points used during training. The number of context points will then be a\n", " value between 3 and `MAX_CONTEXT_POINTS` that is sampled at random for every\n", " iteration.\n",