mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Remove use_cudnn_on_gpu=False in notebook for chapter 13
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
"\n",
|
||||
"X = tf.placeholder(tf.float32, shape=(None, height, width, 1))\n",
|
||||
"feature_maps = tf.constant(fmap)\n",
|
||||
"convolution = tf.nn.conv2d(X, feature_maps, strides=[1,1,1,1], padding=\"SAME\", use_cudnn_on_gpu=False)"
|
||||
"convolution = tf.nn.conv2d(X, feature_maps, strides=[1,1,1,1], padding=\"SAME\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user