(
model: torch.nn.Module,
criterion: Optional[torch.nn.Module],
contrastive_criterion: Optional[torch.nn.Module],
qa_criterion: Optional[torch.nn.Module],
postprocessors: Dict[str, torch.nn.Module],
weight_dict: Dict[str, float],
data_loader,
evaluator_list,
device: torch.device,
args,
)
source not stored for this graph (policy: none)
no test coverage detected