open-mmlab / mmselfsup

OpenMMLab Self-Supervised Learning Toolbox and Benchmark
https://mmselfsup.readthedocs.io/en/latest/
Apache License 2.0
3.14k stars 429 forks source link

Why does the mae model generate the same mask every time #773

Open hzxie99 opened 7 months ago

hzxie99 commented 7 months ago

I'm trying to visualize and have modified the code to print out the mask tensor image. But whether I change the configuration file or the checkpoint file, the resulting mask graph is the same in every example.Why is that, and do I need to change it elsewhere? Looking forward to your reply