DTennant / CL-Visualizing-Feature-Transformation

Improving Contrastive Learning by Visualizing Feature Transformation, ICCV 2021 Oral
https://arxiv.org/abs/2108.02982
89 stars 10 forks source link

feature transformation method #3

Open juingzhou opened 3 years ago

juingzhou commented 3 years ago

Hello, I want to know where the feature transformation method is located in the code. Second, I want to know how to add this to simsiam

KimSoybean commented 3 years ago

location of FT: https://github.com/DTennant/CL-Visualizing-Feature-Transformation/blob/62c273726c03a3cdad7aa6b95508d12f583db3cb/memory/mem_moco.py#L122

KimSoybean commented 3 years ago

Further studies on simsiam is performing now, sorry we cannot provide the codes now. You can add the code on simsiam by youself.

juingzhou commented 3 years ago

ok, but I just want to know how you got the data in the SimSiam section of your paper.

juingzhou commented 3 years ago

Further studies on simsiam is performing now, sorry we cannot provide the codes now. You can add the code on simsiam by youself. ok, but I just want to know how you got the data in the SimSiam section of your paper?