Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 352ecdf

Browse files
Merge pull request aymericdamien#108 from VikramTiwari/patch-2
Update basic_operations.ipynb
2 parents 7227cfe + 4c844fb commit 352ecdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/1_Introduction/basic_operations.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"source": [
9191
"# Define some operations\n",
9292
"add = tf.add(a, b)\n",
93-
"mul = tf.mul(a, b)"
93+
"mul = tf.multiply(a, b)"
9494
]
9595
},
9696
{
@@ -217,4 +217,4 @@
217217
},
218218
"nbformat": 4,
219219
"nbformat_minor": 0
220-
}
220+
}

0 commit comments

Comments
 (0)