autodeeplab
autodeeplab copied to clipboard
Is access to this index normalized_betas[layer][1][2] correct?
https://github.com/NoamRosenberg/AutoML/blob/new_master/auto_deeplab.py#L236
I think normalized_betas[layer][1][1] correctly.
I agree with you
Yes you are right about this.
@HankKung and @MasatakaShibuya could you please explain about this a little further?
Is the current repo which is doing level8_new = normalized_betas[layer][0][2] * level8_new_1 + normalized_betas[layer][1][2] * level8_new_2
is correct?