Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conditional_neural_process.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down