質問編集履歴
2
質問の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -94,4 +94,4 @@
|
|
94
94
|
parser = argparse.ArgumentParser()
|
95
95
|
NameError: name 'argparse' is not defined
|
96
96
|
```
|
97
|
-
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`.のエラーとNameError: name 'argparse' is not definedのエラーにこまっています。どうすれば良いでしょうか?
|
97
|
+
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`.のエラーとNameError: name 'argparse' is not definedのエラーにこまっています。どうすれば良いでしょうか?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`.のエラーに関しては、pip install h5py==2.8.0rc1で出なくなりました。NameError: name 'argparse' is not definedのエラーにこまっています。どうすれば良いでしょうか?
|
1
質問の追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -93,4 +93,5 @@
|
|
93
93
|
File "C:\become-yukarin\become-yukarin\train.py", line 19, in <module>
|
94
94
|
parser = argparse.ArgumentParser()
|
95
95
|
NameError: name 'argparse' is not defined
|
96
|
-
```
|
96
|
+
```
|
97
|
+
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`.のエラーとNameError: name 'argparse' is not definedのエラーにこまっています。どうすれば良いでしょうか?
|