前提・実現したいこと
ここに質問の内容を詳しく書いてください。
https://github.com/Haosam/Binary-Neural-Network-Keras
のBNN_full_binary_io.py を実践しようとしています。
が、
AttributeError: 'NoneType' object has no attribute 'items'
というエラーがでてしまい、解決法がわかりません。
発生している問題・エラーメッセージ
AttributeError Traceback (most recent call last)
<ipython-input-37-75e6b7e0c5ae> in <module>()
8 print("\n")
9 dense_get_1 = file.get('binary_dense_2')
---> 10 dense_items_1 = list(dense_get_1.items())
11 print("Items in first group ", dense_items_1)
12 print("\n")
AttributeError: 'NoneType' object has no attribute 'items'
該当のソースコード
file=h5py.File(datafile,'r+')
print("Done")
################### Getting base directory ###################
base_items = list(file.items())
print("Items in base dir ", base_items)
print("\n")
dense_get_1 = file.get('binary_dense_2')
dense_items_1 = list(dense_get_1.items())
print("Items in first group ", dense_items_1)
print("\n")
################### First Layer #############################
試したこと
どうしたらよいか、ご教示いただけると嬉しいです。
補足情報(FW/ツールのバージョンなど)
google colaboratory で行っています。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。