Skip to content

Commit 6fc7253

Browse files
author
Anastasia
committed
Minor modifications
1 parent 9b66545 commit 6fc7253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Keras-ImageNet-Models/pretrained-imagenet-models-classification.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"import tensorflow as tf\n",
2828
"import random\n",
2929
"import os\n",
30+
"\n",
3031
"%matplotlib inline"
3132
]
3233
},
@@ -36,7 +37,7 @@
3637
"metadata": {},
3738
"outputs": [],
3839
"source": [
39-
"#settings for reproducibility\n",
40+
"# settings for reproducibility\n",
4041
"seed = 42\n",
4142
"random.seed(seed)\n",
4243
"tf.random.set_seed(seed)\n",

0 commit comments

Comments
 (0)