CalculatedContent / WeightWatcher

The WeightWatcher tool for predicting the accuracy of Deep Neural Networks
Apache License 2.0
1.47k stars 125 forks source link

error for latest tensorflow #279

Open charlesmartin14 opened 1 year ago

charlesmartin14 commented 1 year ago

The latest version of TF does not have

tf.keras.version To fix this, see Add a custom version attribute to the keras module

keras.__version__ = "2.6.0" # Replace with the actual version