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

new

parent 68b98266
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("Newlabels: ", new_labels_batch)
print("labels shape: ", list(new_labels_batch.shape))
# print("logits shape: ", list(logits.shape))
# print("Newlabels: ", new_labels_batch)
# 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