zxsRambo/metalight

Correspondence between code and paper.

Opened this issue · 0 comments

params = _params[0]

why only use the _params[0] ? the params[1:] is used for the other intersections, why not consider it.

old_params = params

Does the old_params is the weights before the last individual adaptiation? if so, the global adaption will use the last weights in individual adaptiation, rather than the weight of start point.

Can someone kind help me? thank you.