From 6f957701b4dc31f7dae11e17e46847aa732b2cbf Mon Sep 17 00:00:00 2001 From: pablo-gar Date: Thu, 22 Jun 2023 14:23:55 -0700 Subject: [PATCH] correct header (#570) --- api/python/notebooks/experimental/pytorch.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/notebooks/experimental/pytorch.ipynb b/api/python/notebooks/experimental/pytorch.ipynb index 54b0fd873..f929c3a08 100644 --- a/api/python/notebooks/experimental/pytorch.ipynb +++ b/api/python/notebooks/experimental/pytorch.ipynb @@ -5,7 +5,7 @@ "id": "9c8899e7", "metadata": {}, "source": [ - "## Training a PyTorch Model\n", + "# Training a PyTorch Model\n", "\n", "This tutorial shows how to train a Logistic Regression model in PyTorch using the Census API's `experimental.ml.ExperimentDataPipe` class. This is intended only to demonstrate the use of the `ExperimentDataPipe`, and not as an example of how to train a biologically useful model.\n", "\n",