Skip to content

Commit

Permalink
small comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnorthcutt committed Dec 12, 2019
1 parent e592e2a commit bca7a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cifar10/cifar10_benchmarking.ipynb
Expand Up @@ -117,7 +117,7 @@
}
],
"source": [
"# This code assumes that the `cifar10/cifar\n",
"# This code assumes that the `cifar10` folder contains trained models.\n",
"\n",
"folders = [c for c in os.listdir(base_dir) if '__' in c]\n",
"results = []\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/cifar10/cifar10_benchmarking.py
Expand Up @@ -53,7 +53,7 @@
# In[14]:


# This code assumes that the `cifar10/cifar
# This code assumes that the `cifar10` folder contains trained models.

folders = [c for c in os.listdir(base_dir) if '__' in c]
results = []
Expand Down

0 comments on commit bca7a81

Please sign in to comment.