1. Question:
tensorflow
-  error 
   
 the Tensor printed in blue before is the variable I want to force assignment to
- Code:
    def alexnet(image, keepprob=0.5):
    ...
    fc3 = tf.nn.sigmoid(tf.matmul(dropout2, weight3))
    return fc3
is the f3 variable!
