Quellcode durchsuchen

Merge pull request #108 from VikramTiwari/patch-2

Update basic_operations.ipynb
Aymeric Damien vor 8 Jahren
Ursprung
Commit
352ecdf76d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      notebooks/1_Introduction/basic_operations.ipynb

+ 2 - 2
notebooks/1_Introduction/basic_operations.ipynb

@@ -90,7 +90,7 @@
    "source": [
     "# Define some operations\n",
     "add = tf.add(a, b)\n",
-    "mul = tf.mul(a, b)"
+    "mul = tf.multiply(a, b)"
    ]
   },
   {
@@ -217,4 +217,4 @@
  },
  "nbformat": 4,
  "nbformat_minor": 0
-}
+}