calvinalvin

Results 1 comments of calvinalvin

I was able to solve the problem for my particular use case by passing a "shape" for scalar placeholders. So something like this: ```python learning_rate = tf.placeholder(tf.float32, name='learning_rate', shape=()) keep_prob...