cv-shiyanshi

Results 1 issues of cv-shiyanshi

I used tensorflow-gpu1.8 and tensorlayer1.11, and I changed the original ```up3 = DeConv2d(conv4, 256, (3, 3), (nx/4, ny/4), (2, 2), name='deconv3') ``` to ```up3 = DeConv2d(conv4, 256, (3, 3), strides=(2,...