Zhichao Chen

Results 2 comments of Zhichao Chen

Here is my solution. line 147 of compact_bilinear_pooling.py ` # output_shape = tf.add(tf.multiply(tf.shape(bottom1), [1, 1, 1, 0]), # [0, 0, 0, output_dim]) # cbp = tf.reshape(cbp_flat, output_shape) outputHeight, outputWidth =...