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

not working version

parent 55f7ae10
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ l = 0.4
logits = torch.tensor([[ 0.9391, -1.2892], [-0.1607, 0.1771]], dtype=torch.float32)
for t, l in zip(target, logits):
print(t, l)
print(l[0])
# print(target)
# value = target.item()
......
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