Skip to content
Snippets Groups Projects
Commit a646c084 authored by umlauf's avatar umlauf
Browse files

ce

parent 46bf7016
No related branches found
No related tags found
No related merge requests found
......@@ -104,9 +104,9 @@ def train(model, name, seed,gradient_accumulation_steps,mixup, threshold, lambda
logits=model.classifier(span_output.detach()) #target_value?
#print("logits: ", logits)
# print("logits shape: ", list(logits.shape))
print("logits shape: ", list(logits.shape))
# print("Newlabels: ", new_labels_batch)
# print("labels shape: ", list(new_labels_batch.shape))
print("labels shape: ", list(new_labels_batch.shape))
logits = logits.view(-1, 2).to("cuda")
print("logits: ", logits)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment