T C

Results 1 issues of T C

I didn't find the mask in the dataset,can you tell me what is it? ``` # forward if not baseline: outputs = model([inputs, torch.sum(mask, 1)]) else: outputs = model(inputs) ```