2 Questions 8 Answers 0 Followers
Questions related from Danfeng Hong
Is there a clear formulation for computing the new research interest?
12 December 2018 3,424 1 View
In tensorflow, I have a two-stream neural network and I want to share the same weights in first two layers. For example, x1_conv_w1 = tf.get_variable("x1_conv_w1", [5,5,4,32], dtype=tf.float32,...
11 November 2018 1,604 4 View