Skip to content

Commit

Permalink
fix(8.1) : error in Chap08\8_1_MNIST_1D_Performance.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
muddlebee committed Aug 17, 2024
1 parent b423a67 commit ccedbb7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Notebooks/Chap08/8_1_MNIST_1D_Performance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,8 @@
},
"outputs": [],
"source": [
"import os\n",
"\n",
"# Create directory in a cross-platform way\n",
"os.makedirs('./sample_data', exist_ok=True)\n",
"\n",
"\n",
"args = mnist1d.data.get_dataset_args()\n",
"data = mnist1d.data.get_dataset(args, path='./sample_data/mnist1d_data.pkl', download=False, regenerate=False)\n",
"data = mnist1d.data.get_dataset(args, path='./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",
Expand Down

0 comments on commit ccedbb7

Please sign in to comment.