tensorflow / kfac

An implementation of KFAC for TensorFlow
Apache License 2.0
197 stars 41 forks source link

AttributeError: 'NoneType' object has no attribute 'dtype' #26

Closed dhuruvapriyan closed 4 years ago

dhuruvapriyan commented 5 years ago

While running the example snippets or own model I am facing this issue. __ dtype = tensors[0].dtype AttributeError: 'NoneType' object has no attribute 'dtype'

james-martens commented 4 years ago

Sorry, this isn't enough information for me to be able to help you.