質問編集履歴
4
title
CHANGED
File without changes
|
body
CHANGED
@@ -109,7 +109,7 @@
|
|
109
109
|
|
110
110
|
### 補足情報(FW/ツールのバージョンなど)
|
111
111
|
Python3.6.4
|
112
|
-
chainer3.0.
|
112
|
+
chainer3.0.0(おそらく)
|
113
113
|
|
114
114
|
記載をし忘れてしまってましたがプログラムの実行直後にfuturewarning:conversion of the second argument of issubdtype from ‘float’ to ‘np.floating’ is deprecated.In future it will be treated as ‘np.float64 == np.dtype(float).type’.
|
115
115
|
from ._cov import register_converters as _register_converters
|
3
title
CHANGED
File without changes
|
body
CHANGED
@@ -109,6 +109,7 @@
|
|
109
109
|
|
110
110
|
### 補足情報(FW/ツールのバージョンなど)
|
111
111
|
Python3.6.4
|
112
|
+
chainer3.0.1
|
112
113
|
|
113
114
|
記載をし忘れてしまってましたがプログラムの実行直後にfuturewarning:conversion of the second argument of issubdtype from ‘float’ to ‘np.floating’ is deprecated.In future it will be treated as ‘np.float64 == np.dtype(float).type’.
|
114
115
|
from ._cov import register_converters as _register_converters
|
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -111,4 +111,5 @@
|
|
111
111
|
Python3.6.4
|
112
112
|
|
113
113
|
記載をし忘れてしまってましたがプログラムの実行直後にfuturewarning:conversion of the second argument of issubdtype from ‘float’ to ‘np.floating’ is deprecated.In future it will be treated as ‘np.float64 == np.dtype(float).type’.
|
114
|
+
from ._cov import register_converters as _register_converters
|
114
115
|
というものが出ているのですがこれは無視していていいのでしょうか?
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -108,4 +108,7 @@
|
|
108
108
|
|
109
109
|
|
110
110
|
### 補足情報(FW/ツールのバージョンなど)
|
111
|
-
Python3.6.4
|
111
|
+
Python3.6.4
|
112
|
+
|
113
|
+
記載をし忘れてしまってましたがプログラムの実行直後にfuturewarning:conversion of the second argument of issubdtype from ‘float’ to ‘np.floating’ is deprecated.In future it will be treated as ‘np.float64 == np.dtype(float).type’.
|
114
|
+
というものが出ているのですがこれは無視していていいのでしょうか?
|