From 762ac337ae90f6a761f1d2dd05e7b3f862a5b41e Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:14:09 -0500 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb b/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb index 5a0f699..0f8c1b3 100644 --- a/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb +++ b/Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb @@ -5,7 +5,7 @@ "colab": { "provenance": [], "gpuType": "T4", - "authorship_tag": "ABX9TyNLj3HOpVB87nRu7oSLuBaU", + "authorship_tag": "ABX9TyOuKMUcKfOIhIL2qTX9jJCy", "include_colab_link": true }, "kernelspec": { @@ -84,7 +84,7 @@ "cell_type": "code", "source": [ "args = mnist1d.data.get_dataset_args()\n", - "data = mnist1d.data.get_dataset(args, path='./mnist1d_data.pkl', download=False, regenerate=False)\n", + "data = mnist1d.data.get_dataset(args, path='./sample_data/mnist1d_data.pkl', download=False, regenerate=False)\n", "\n", "# The training and test input and outputs are in\n", "# data['x'], data['y'], data['x_test'], and data['y_test']\n",