質問するログイン新規登録

質問編集履歴

2

質問の追加

2018/03/30 23:38

投稿

BURI55
BURI55

スコア25

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

質問の追加

2018/03/30 23:38

投稿

BURI55
BURI55

スコア25

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のエラーにこまっています。どうすれば良いでしょうか?