autodeeplab icon indicating copy to clipboard operation
autodeeplab copied to clipboard

Is access to this index normalized_betas[layer][1][2] correct?

Open MasatakaShibuya opened this issue 5 years ago • 3 comments

https://github.com/NoamRosenberg/AutoML/blob/new_master/auto_deeplab.py#L236

I think normalized_betas[layer][1][1] correctly.

MasatakaShibuya avatar Jan 08 '20 04:01 MasatakaShibuya

I agree with you

Sunshine-Ye avatar Jan 11 '20 08:01 Sunshine-Ye

Yes you are right about this.

HankKung avatar Jan 11 '20 13:01 HankKung

@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?

NdaAzr avatar Dec 18 '20 22:12 NdaAzr