Closed SunTongtongtong closed 3 years ago
Hi @SunTongtongtong ,
Thanks for pointing it out. Indeed, since we only optimize the network's parameters here, there is no need to set x.requires_grad = True
, which may require additional GPU memory. I have fixed it.
Hello,
Thanks for sharing the interesting work, I just have one question about the codehttps://github.com/QinbinLi/MOON/blob/main/main.py#L212
You set
Looking forwards to your reply.