MSF
MSF copied to clipboard
Official code for "Mean Shift for Self-Supervised Learning"
hi I am trying to reproduce the tsne experiments that provided in the paper and do the visualization, but I am not able to get as clean results as is...
Thanks for your great work, quite interesting. I wonder have you ever tried to experiment with small-scale datasets? Imagenet it rather big to try as you know. Best.
I found an error in your code,in eval_linear.py in 106 line, The weight of the model cannot be read.This will lead to poor test results
Hi, I'd like to know if you ran the experiments with one gpu? Also, it seems that the `[paper]` link [here](https://umbcvision.github.io/MSF/) is mistaken.
There are two Eval programs in your project. How can I debug them