Hi, Janne
The GatherLayer module in gather.py is smart and efficient. I really appreciate this module.
I almost understand most of the functions of the codes but still confuse at one point.
line 19 of SimCLR/simclr/modules/gather.py
grad_out[:] = grads[dist.get_rank()]
Would you mind explaining it in more detail?
Hi, Janne
The GatherLayer module in gather.py is smart and efficient. I really appreciate this module.
I almost understand most of the functions of the codes but still confuse at one point.
line 19 of SimCLR/simclr/modules/gather.py
Would you mind explaining it in more detail?