Commit
·
418f2c0
1
Parent(s):
0085255
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ we could get "pre.logits" as the output.
|
|
45 |
num[0] will show the probability of negative, num[1] will show the probability of positive.
|
46 |
|
47 |
|
48 |
-
|
49 |
|
50 |
import torch
|
51 |
|
@@ -77,9 +77,8 @@ if num[1]>0.5:
|
|
77 |
else:
|
78 |
print(str(num[1]))
|
79 |
print('ネガティブ')
|
|
|
80 |
|
81 |
-
|
82 |
-
-------------------------------------------------------------
|
83 |
# Acknowledgments 謝辞
|
84 |
Lukeの開発者である山田先生とStudio ousiaさんには感謝いたします。
|
85 |
I would like to thank Mr.Yamada @ikuyamada and Studio ousia @StudioOusia.
|
|
|
45 |
num[0] will show the probability of negative, num[1] will show the probability of positive.
|
46 |
|
47 |
|
48 |
+
```python
|
49 |
|
50 |
import torch
|
51 |
|
|
|
77 |
else:
|
78 |
print(str(num[1]))
|
79 |
print('ネガティブ')
|
80 |
+
```
|
81 |
|
|
|
|
|
82 |
# Acknowledgments 謝辞
|
83 |
Lukeの開発者である山田先生とStudio ousiaさんには感謝いたします。
|
84 |
I would like to thank Mr.Yamada @ikuyamada and Studio ousia @StudioOusia.
|