質問編集履歴
2
言語化できない
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
この処理をtensorFlowからpytorchに移行したい
|
1
|
+
この処理(言語で表せなかった)をtensorFlowからpytorchに移行したい
|
test
CHANGED
@@ -49,3 +49,7 @@
|
|
49
49
|
tf.contrib.distributions.fill_triangular(x)
|
50
50
|
|
51
51
|
pytorchでこれにあたる関数はありませんか?
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
あとこの処理 を言語かできる人いたら教えてください
|
1
脱字
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,6 +44,8 @@
|
|
44
44
|
|
45
45
|
```
|
46
46
|
|
47
|
+
tf.matrix_set_diag(x
|
47
48
|
|
49
|
+
tf.contrib.distributions.fill_triangular(x)
|
48
50
|
|
49
51
|
pytorchでこれにあたる関数はありませんか?
|