Chao Zhang

Results 6 issues of Chao Zhang

Hi @jacobgil Thanks for this repo. I am thinking of applying this to Swin, however it doesn't seem simple. How would you do this? Any advice?

Hi authors, I tried to compute the cosine similarity of the pretrained swin-tiny output without average pooling. (7x7 patch each with 1000 dim) The visualization below shows the patches at...

Hello, Thanks for making the training code available for msls. As I'm reading the code, there are a few things I can't understand: 1) line 225 of msls.py: what is...

In line 24 of utilities/diml.py cm, ncs->nsm While in line 73 of criteria/margin_diml.py, it is bcs, bcm->bsm I think the former one is correct, Is this a bug that potentially...

Once the marginal distribution of U and V are ready, how do you do the beautiful visualisation? Since U/V are normalised, I'd like to know what transformation is applied before...

The environment.yml currently holds nearly 200 lines and i'm having problem when installing it. Could you suggest the "core" dependent packages that should be installed first?