miguelcarv
commited on
Commit
•
2a9d146
1
Parent(s):
e75bd8b
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ with torch.no_grad():
|
|
26 |
logits_per_image = outputs.logits
|
27 |
probs = logits_per_image.softmax(dim=1)
|
28 |
print(probs)
|
29 |
-
tensor([[0.1085, 0.8915]])
|
30 |
```
|
31 |
# Training Details
|
32 |
- Trained for three epochs
|
|
|
26 |
logits_per_image = outputs.logits
|
27 |
probs = logits_per_image.softmax(dim=1)
|
28 |
print(probs)
|
29 |
+
# tensor([[0.1085, 0.8915]])
|
30 |
```
|
31 |
# Training Details
|
32 |
- Trained for three epochs
|