Hello,
I have trained a DeepHitSingle model and get the loss for the train set and the validation set when I fit the model, but I would like to know the loss for an independent test set. I have tried model.loss and model.compute_metrics but cannot find what parameters to use.