質問編集履歴
2
言語化できない
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
この処理をtensorFlowからpytorchに移行したい
|
1
|
+
この処理(言語で表せなかった)をtensorFlowからpytorchに移行したい
|
body
CHANGED
@@ -23,4 +23,6 @@
|
|
23
23
|
```
|
24
24
|
tf.matrix_set_diag(x
|
25
25
|
tf.contrib.distributions.fill_triangular(x)
|
26
|
-
pytorchでこれにあたる関数はありませんか?
|
26
|
+
pytorchでこれにあたる関数はありませんか?
|
27
|
+
|
28
|
+
あとこの処理 を言語かできる人いたら教えてください
|
1
脱字
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,5 +21,6 @@
|
|
21
21
|
|
22
22
|
e=expです
|
23
23
|
```
|
24
|
-
|
24
|
+
tf.matrix_set_diag(x
|
25
|
+
tf.contrib.distributions.fill_triangular(x)
|
25
26
|
pytorchでこれにあたる関数はありませんか?
|