Explorar o código

Update basic_operations.ipynb

Vikram %!s(int64=8) %!d(string=hai) anos
pai
achega
4c844fbd0b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
-}
+}