Mukul Agarwal

Results 2 comments of Mukul Agarwal

I have made the changes in the .py file to run it Like: **Previous** W_conv1 = weight_variable([5, 5, 1, 32]) b_conv1 = bias_variable([32]) h_conv1 = tf.nn.relu(add(conv2d(x_image, W_conv1), b_conv1)) Changed by...