Iāve started using VITMAE, adapting code from the script run_mae.py.
Iām unable to get any validation loss - in spite of setting evaluation_strategy=epoch and providing an evaluation set to the trainer. I get Validation Loss: āNo logā for all epochs. Specifying compute_metrics() results in an exception related to tensors
Iām wondering if this is because the trainer expects labels for evaluation, and the model doesnāt provide them during pre-training. Is there a workaround other than a custom training loop?
Thanks!