Zasder3 / train-CLIP

A PyTorch Lightning solution to training OpenAI's CLIP from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

这里student和teacher是不是搞反了?

zhouwei5113 opened this issue · comments

teacher.data.copy_(self.ema(teacher.data, student.data))

Great catch, looks like it!

Fixed in latest commit. Thank you :)