質問編集履歴

2

プライバシー上

2018/12/15 09:44

投稿

SioRyu
SioRyu

スコア28

test CHANGED
File without changes
test CHANGED
@@ -98,10 +98,6 @@
98
98
 
99
99
  # coding: utf-8
100
100
 
101
- # lstmlm_trainer.py
102
-
103
- # Copyright (C) 2018 Atsumi Laboratory. All rights reserved.
104
-
105
101
  import chainer
106
102
 
107
103
  import chainer.functions as F
@@ -460,10 +456,6 @@
460
456
 
461
457
  # coding: utf-8
462
458
 
463
- # lstmlm.py
464
-
465
- # Copyright (C) 2018 Atsumi Laboratory. All rights reserved.
466
-
467
459
  import chainer
468
460
 
469
461
  import chainer.links as L

1

タイトルの不備を訂正

2018/12/15 09:44

投稿

SioRyu
SioRyu

スコア28

test CHANGED
@@ -1 +1 @@
1
- pythonにおけるLSTMモデルの作成の際、プログラムがうまく動いてくれません。
1
+ pythonにおけるLSTM言語モデルの作成の際、プログラムがうまく動いてくれません。
test CHANGED
File without changes