Skip to content

Commit 8ca1338

Browse files
orcamanaymericdamien
authored andcommitted
tf.mul -> tf.multiply (aymericdamien#143)
1 parent bc09f95 commit 8ca1338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/2_BasicModels/linear_regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"outputs": [],
8585
"source": [
8686
"# Construct a linear model\n",
87-
"pred = tf.add(tf.mul(X, W), b)"
87+
"pred = tf.add(tf.multiply(X, W), b)"
8888
]
8989
},
9090
{

0 commit comments

Comments
 (0)