質問編集履歴
4
文章の追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -100,6 +100,48 @@
|
|
100
100
|
|
101
101
|
|
102
102
|
|
103
|
+
###ファイルの状態
|
104
|
+
|
105
|
+
追記:もしかしたらリンク先で行われた際の状況と違っている可能性もあるので使用するファイル状況を記載します。
|
106
|
+
|
107
|
+
ドキュメント内
|
108
|
+
|
109
|
+
・chatbot.py
|
110
|
+
|
111
|
+
・data_utils.py
|
112
|
+
|
113
|
+
・seq2seq_model.py
|
114
|
+
|
115
|
+
・line_talk_data #学習データ格納用ディレクトリ
|
116
|
+
|
117
|
+
line_talk_train.out (空のテキストファイル)
|
118
|
+
|
119
|
+
line_talk_train.in (空のテキストファイル)
|
120
|
+
|
121
|
+
line_talk_dev.out (空のテキストファイル)
|
122
|
+
|
123
|
+
line_talk_dev.in (空のテキストファイル)
|
124
|
+
|
125
|
+
・line_talk_train #学習結果のcheckpointデータ格納用ディレクトリ
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
以下の4つはhttps://oimeg.blogspot.com/2016/11/tensorflow_80.htmlのタイミングで作成したもので、学習実行時にどこに入れとくのかいつ使用されるのかよく記載されていなかったので、上記と同じドキュメント内に入れています。
|
130
|
+
|
131
|
+
・line_talk.in (入力部分を元に分かち書きしたデータを出力したテキストファイル)
|
132
|
+
|
133
|
+
・line_talk.out (出力部分を元に分かち書きしたデータを出力したテキストファイル)
|
134
|
+
|
135
|
+
・入力部分 (LINEのトーク履歴から取り出して整理したテキストファイル)
|
136
|
+
|
137
|
+
・出力部分 (LINEのトーク履歴から取り出して整理したテキストファイル)
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
103
145
|
### 補足情報(FW/ツールのバージョンなど)
|
104
146
|
|
105
147
|
言語:Python3.5.4
|
3
タイトル修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
tensorflow0.12.1で学習を実行したら『tensorflow.python.framework.errors_impl.NotFoundError』と表示される
|
test
CHANGED
File without changes
|
2
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,7 +78,9 @@
|
|
78
78
|
|
79
79
|
pywrap_tensorflow.TF_GetCode(status))
|
80
80
|
|
81
|
-
tensorflow.python.framework.errors_impl.NotFoundError: NewRandomAccessFile failed to Create/Open: line_talk_data\
|
81
|
+
tensorflow.python.framework.errors_impl.NotFoundError: NewRandomAccessFile failed to Create/Open: line_talk_data\
|
82
|
+
|
83
|
+
line_talk_train.out:\udc8ew\udc92\u80b3\udc82\ua0bd\udc83t\udc83@\udc83C\udc83\udc8b\udc82\udcaa\udc8c\udca9\udc82\x82\udca9\udc82\udce8\udc82\u0702\udcb9\udc82\udcf1\udc81B
|
82
84
|
|
83
85
|
|
84
86
|
|
1
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,15 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
Python3.5.4とtensorflow0.12.1、janome0.3.10で以下のリンク
|
6
|
+
|
7
|
+
https://oimeg.blogspot.jp/2016/11/tensorflow_80.html
|
8
|
+
|
5
|
-
|
9
|
+
https://oimeg.blogspot.com/2016/11/tensorflow_15.html
|
10
|
+
|
11
|
+
のような学習をしようと実行したら以下のエラーが発生しました。
|
12
|
+
|
13
|
+
初心者であまりさわってこなかったため、解決方がわかりません。
|
6
14
|
|
7
15
|
特定の期間内にこの学習を実行したく、かなり切羽詰まっているため、どうかお願い致します。
|
8
16
|
|