Skip to content

Commit 9b68661

Browse files
authored
Modified only required lines
modified only required lines in code block 7.26
1 parent 38662ae commit 9b68661

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

chapter07_working-with-keras.ipynb

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"colab_type": "text"
77
},
88
"source": [
9-
"This is a companion notebook for the book [Deep Learning with Python, Second Edition](https://www.manning.com/books/deep-learning-with-python-second-edition?a_aid=keras&a_bid=76564dff). For readability, it only contains runnable code blocks and section titles, and omits everything else in the book: text paragraphs, figures, and pseudocode.\n",
10-
"\n",
11-
"**If you want to be able to follow what's going on, I recommend reading the notebook side by side with your copy of the book.**\n",
12-
"\n",
13-
"This notebook was generated for TensorFlow 2.6."
9+
"This is a companion notebook for the book [Deep Learning with Python, Second Edition](https://www.manning.com/books/deep-learning-with-python-second-edition?a_aid=keras&a_bid=76564dff). For readability, it only contains runnable code blocks and section titles, and omits everything else in the book: text paragraphs, figures, and pseudocode.\n\n**If you want to be able to follow what's going on, I recommend reading the notebook side by side with your copy of the book.**\n\nThis notebook was generated for TensorFlow 2.6."
1410
]
1511
},
1612
{
@@ -1421,9 +1417,9 @@
14211417
"toc_visible": true
14221418
},
14231419
"kernelspec": {
1424-
"display_name": "alan-env",
1420+
"display_name": "Python 3",
14251421
"language": "python",
1426-
"name": "alan-env"
1422+
"name": "python3"
14271423
},
14281424
"language_info": {
14291425
"codemirror_mode": {
@@ -1435,9 +1431,9 @@
14351431
"name": "python",
14361432
"nbconvert_exporter": "python",
14371433
"pygments_lexer": "ipython3",
1438-
"version": "3.8.10"
1434+
"version": "3.7.0"
14391435
}
14401436
},
14411437
"nbformat": 4,
1442-
"nbformat_minor": 1
1438+
"nbformat_minor": 0
14431439
}

0 commit comments

Comments
 (0)