エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
chainer.functions.concat — Chainer 7.8.1 documentation
chainer.functions.concat¶ chainer.functions.concat(xs, axis=1)[source]¶ Concatenates given variab... chainer.functions.concat¶ chainer.functions.concat(xs, axis=1)[source]¶ Concatenates given variables along an axis. Parameters xs (tuple of Variable or N-dimensional array) – Input variables to be concatenated. The variables must have the same shape, except in the dimension corresponding to axis. axis (int) – The axis along which the arrays will be joined. Default is 1. Returns The concatenated va
2017/09/16 リンク