mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Merge branch 'master' of github.com:ageron/handson-ml2
This commit is contained in:
@@ -2890,7 +2890,7 @@
|
||||
"result = tf_cube(3)\n",
|
||||
"result = tf_cube(tf.constant([[1., 2.]])) # New shape: trace!\n",
|
||||
"result = tf_cube(tf.constant([[3., 4.], [5., 6.]])) # New shape: trace!\n",
|
||||
"result = tf_cube(tf.constant([[7., 8.], [9., 10.], [11., 12.]])) # no trace"
|
||||
"result = tf_cube(tf.constant([[7., 8.], [9., 10.], [11., 12.]])) # New shape: trace!\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user