質問編集履歴

5

誤字の修正

2021/01/24 13:35

投稿

sho12
sho12

スコア5

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
  C:\Users\○○\Documents>python chatbot.py --decode
72
72
 
73
- WARNING:tensorflow:From C:\Users\1718081\Documents\seq2seq_model.py:186 in __init__.: all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.
73
+ WARNING:tensorflow:From C:\Users\○○\Documents\seq2seq_model.py:186 in __init__.: all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.
74
74
 
75
75
  Instructions for updating:
76
76
 

4

追記

2021/01/24 13:35

投稿

sho12
sho12

スコア5

test CHANGED
File without changes
test CHANGED
@@ -132,6 +132,8 @@
132
132
 
133
133
 
134
134
 
135
+ h5py (2.9.0)
136
+
135
137
  janome (0.3.10)
136
138
 
137
139
  numpy (1.14.0)

3

初心者の追加

2021/01/24 11:43

投稿

sho12
sho12

スコア5

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  https://oimeg.blogspot.com/2016/11/tensorflow_15.html
10
10
 
11
- のような学習をしようと実行しました。ぱっと見成功したように見えるのですが
11
+ のような学習をしようと実行しました。ぱっと見成功したように見えるのですが
12
12
 
13
13
  ①『WARNING:tensorflow:From C:\Users\○○\Documents\seq2seq_model.py:186 in __init__.: all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.』と表示されており、これが大丈夫なものなのかわかりません。
14
14
 

2

誤字の修正

2021/01/24 11:10

投稿

sho12
sho12

スコア5

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  のような学習をしようと実行しました。ぱっと見成功したように見えるのですが、
12
12
 
13
- ①『WARNING:tensorflow:From C:\Users\○○\Documents\seq2seq_model.py:186 in __init__.: all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.』と表示されており、これが大丈夫なものなのかわかりません
13
+ ①『WARNING:tensorflow:From C:\Users\○○\Documents\seq2seq_model.py:186 in __init__.: all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.』と表示されており、これが大丈夫なものなのかわかりません
14
14
 
15
15
  ②また、少しだけ学習さてた後、『python chatbot.py --decode』で対話を実行したのですが、以下のエラーが発生しWARNINGも1つ増えました。
16
16
 

1

誤字の修正

2021/01/24 11:08

投稿

sho12
sho12

スコア5

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ①『WARNING:tensorflow:From C:\Users\○○\Documents\seq2seq_model.py:186 in __init__.: all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02.』と表示されており、これが大丈夫なものなのかわかりません
14
14
 
15
- ②また、少しだけ学習さてた後、『python chatbot.py --decode』で対話を実行したのですが、以下のエラーが発生しWARNINGましたも1つ増えました。
15
+ ②また、少しだけ学習さてた後、『python chatbot.py --decode』で対話を実行したのですが、以下のエラーが発生しWARNINGも1つ増えました。
16
16
 
17
17
  初心者であまりさわってこなかったため、解決方がわかりません。
18
18