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

new print

parent 5a91bda5
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@ def train(model, name, seed,gradient_accumulation_steps,mixup, threshold, lambda
print("logits: ", logits)
print("logits: ", logits.size())
print("Newlabels: ", new_labels_batch)
print("labels size: ", new_labels_batch.size())
input = torch.autograd.Variable(logits.view(-1, 2).to("cuda"))
......
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