Union14M
Union14M copied to clipboard
MAE Backbone Reconstruction visualization on custom dataset (No pretraining done on custom dataset)
Hi, I have used the pretrained weights of the ViT backbone given for the encoder for the MAERec model, I have trained the MAERec model with my custom dataset and the Union14M-L dataset. I want to confirm the visualizations given by the encoder (ViT backbone) is giving accurate reconstructions for my custom dataset. Is there any way to check the reconstructions of my custom dataset?
One way would be to pretrain the ViT backbone with my custom dataset. But I don't want to waste time when I have already trained the MAERec model. So I am thinking if I can used the Encoder weights (of MAERec model) and pass them to the MAE model so that I can get reconstructions on my custom dataset.