curl icon indicating copy to clipboard operation
curl copied to clipboard

I know the issue will get no reply , but where is the moco in the code?

Open ItsBean opened this issue 1 year ago • 1 comments

I understand that the response might be delayed, but I'm having difficulty locating the MoCo implementation in the CURL codebase. Could you kindly point me to the relevant section or file where MoCo is implemented? Thank you for your assistance.

ItsBean avatar Apr 10 '23 12:04 ItsBean

I understand that the response might be delayed, but I'm having difficulty locating the MoCo implementation in the CURL codebase. Could you kindly point me to the relevant section or file where MoCo is implemented? Thank you for your assistance.

the critic_target is the momentum-updated encoder,since critic_target's parameter is udpated in an EMA manner.

LiuZhenxian123 avatar Mar 07 '24 12:03 LiuZhenxian123