質問するログイン新規登録

質問編集履歴

2

言語化できない

2020/07/15 20:56

投稿

Flan.
Flan.

スコア123

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

脱字

2020/07/15 20:56

投稿

Flan.
Flan.

スコア123

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でこれにあたる関数はありませんか?