cucutone
cucutone
I've seen some implementations of SimCLR, MoCo, BYOL and they have a python file that does linear evaluation. Simply, they froze the parameters of the trained encoder (resnet18 or resnet50)...
First of all, thank you for sharing this project. It's nice to understand BarlowTwins more with your code. I've read some unsupervised learning papers like SimCLR and MoCo. The projection...
Hi HobbitLong, First of all, thank you for the great study, code and paper. I would like to ask why in line:141 in main_supcon.py, it is std = eval(opt.mean) not...
Hi, team members of BarlowTwins. I have a question about the framework of this algorithm. When the output of projection layers grows, the total trainable parameters grow hugely. Does any...