taki0112/ResNeXt-Tensorflow

Is the input_x in line150 and line136 same?

feynman233 opened this issue · 1 comments

Hi, I have found that in the function residual_layer(), the loop {for i in range(res_block):} has the same input_x in its each iteration.
I'm not sure if it's right,can you explain it?
Thanks!

I am sorry to see this issue late.
I've fixed the issue you mentioned.
Thank you for telling me.

x = Relu(x + pad_input_x) -> input_x = Relu(x + pad_input_x)