Merge pull request #401 from gae7/ch_12
Update 12_custom_models_and_training_with_tensorflow.ipynbmain
commit
4272b5313a
|
@ -2890,7 +2890,7 @@
|
||||||
"result = tf_cube(3)\n",
|
"result = tf_cube(3)\n",
|
||||||
"result = tf_cube(tf.constant([[1., 2.]])) # New shape: trace!\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([[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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue